| Package | Description |
|---|---|
| com.virgilsecurity.sdk.crypto |
| Modifier and Type | Method and Description |
|---|---|
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyPair |
KeyPairGenerator.generate(KeyType keyType)
Generate key pair by Type
|
static KeyPair |
KeyPairGenerator.generate(KeyType keyType,
Password password)
Generate key pair by Type.
|
static KeyPair |
KeyPairGenerator.generate(KeyType keyType,
String password)
Generate key pair by Type.
|
Copyright © 2016. All rights reserved.