public static final class VirgilKeyPair.Type extends Object
| Modifier and Type | Field and Description |
|---|---|
static VirgilKeyPair.Type |
EC_BP256R1
256-bits Brainpool curve
|
static VirgilKeyPair.Type |
EC_BP384R1
384-bits Brainpool curve
|
static VirgilKeyPair.Type |
EC_BP512R1
512-bits Brainpool curve
|
static VirgilKeyPair.Type |
EC_CURVE25519
Curve25519 as ECP deprecated format.
|
static VirgilKeyPair.Type |
EC_SECP192K1
192-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
EC_SECP192R1
192-bits NIST curve
|
static VirgilKeyPair.Type |
EC_SECP224K1
224-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
EC_SECP224R1
224-bits NIST curve
|
static VirgilKeyPair.Type |
EC_SECP256K1
256-bits "Koblitz" curve
|
static VirgilKeyPair.Type |
EC_SECP256R1
256-bits NIST curve
|
static VirgilKeyPair.Type |
EC_SECP384R1
384-bits NIST curve
|
static VirgilKeyPair.Type |
EC_SECP521R1
521-bits NIST curve
|
static VirgilKeyPair.Type |
FAST_EC_ED25519
Ed25519.
|
static VirgilKeyPair.Type |
FAST_EC_X25519
Curve25519.
|
static VirgilKeyPair.Type |
RSA_1024
RSA 1024 bit (not recommended)
|
static VirgilKeyPair.Type |
RSA_2048
RSA 2048 bit (not recommended)
|
static VirgilKeyPair.Type |
RSA_256
RSA 256 bit (not recommended)
|
static VirgilKeyPair.Type |
RSA_3072
RSA 3072 bit.
|
static VirgilKeyPair.Type |
RSA_4096
RSA 4096 bit.
|
static VirgilKeyPair.Type |
RSA_512
RSA 512 bit (not recommended)
|
static VirgilKeyPair.Type |
RSA_8192
RSA 8192 bit.
|
| Modifier and Type | Method and Description |
|---|---|
static VirgilKeyPair.Type |
swigToEnum(int swigValue) |
int |
swigValue() |
String |
toString() |
public static final VirgilKeyPair.Type RSA_256
public static final VirgilKeyPair.Type RSA_512
public static final VirgilKeyPair.Type RSA_1024
public static final VirgilKeyPair.Type RSA_2048
public static final VirgilKeyPair.Type RSA_3072
public static final VirgilKeyPair.Type RSA_4096
public static final VirgilKeyPair.Type RSA_8192
public static final VirgilKeyPair.Type EC_SECP192R1
public static final VirgilKeyPair.Type EC_SECP224R1
public static final VirgilKeyPair.Type EC_SECP256R1
public static final VirgilKeyPair.Type EC_SECP384R1
public static final VirgilKeyPair.Type EC_SECP521R1
public static final VirgilKeyPair.Type EC_BP256R1
public static final VirgilKeyPair.Type EC_BP384R1
public static final VirgilKeyPair.Type EC_BP512R1
public static final VirgilKeyPair.Type EC_SECP192K1
public static final VirgilKeyPair.Type EC_SECP224K1
public static final VirgilKeyPair.Type EC_SECP256K1
public static final VirgilKeyPair.Type EC_CURVE25519
public static final VirgilKeyPair.Type FAST_EC_X25519
public static final VirgilKeyPair.Type FAST_EC_ED25519
public final int swigValue()
public static VirgilKeyPair.Type swigToEnum(int swigValue)
Copyright © 2016. All rights reserved.