| Package | Description |
|---|---|
| com.virgilsecurity.crypto | |
| com.virgilsecurity.sdk.crypto |
| Modifier and Type | Field and Description |
|---|---|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_BP256R1
256-bits Brainpool curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_BP384R1
384-bits Brainpool curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_BP512R1
512-bits Brainpool curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_CURVE25519
Curve25519 as ECP deprecated format.
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP192K1
192-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP192R1
192-bits NIST curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP224K1
224-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP224R1
224-bits NIST curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP256K1
256-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP256R1
256-bits NIST curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP384R1
384-bits NIST curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.EC_SECP521R1
521-bits NIST curve
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.FAST_EC_ED25519
Ed25519.
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.FAST_EC_X25519
Curve25519.
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_1024
RSA 1024 bit (not recommended)
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_2048
RSA 2048 bit (not recommended)
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_256
RSA 256 bit (not recommended)
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_3072
RSA 3072 bit.
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_4096
RSA 4096 bit.
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_512
RSA 512 bit (not recommended)
|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.RSA_8192
RSA 8192 bit.
|
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair.Type |
VirgilKeyPair.Type.swigToEnum(int swigValue) |
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair |
VirgilKeyPair.generate(VirgilKeyPair.Type type)
Generate new key pair given type.
|
static VirgilKeyPair |
VirgilKeyPair.generate(VirgilKeyPair.Type type,
byte[] pwd)
Generate new key pair given type.
|
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair.Type |
VirgilCrypto.toVirgilKeyPairType(KeysType keysType) |
Copyright © 2016. All rights reserved.