public static enum TPM_ECC_CURVE._N extends Enum<TPM_ECC_CURVE._N>
| Enum Constant and Description |
|---|
BN_P256
curve to support ECDAA
|
BN_P638
curve to support ECDAA
|
NIST_P192 |
NIST_P224 |
NIST_P256 |
NIST_P384 |
NIST_P521 |
NONE |
SM2_P256 |
| Modifier and Type | Method and Description |
|---|---|
static TPM_ECC_CURVE._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_ECC_CURVE._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_ECC_CURVE._N NONE
public static final TPM_ECC_CURVE._N NIST_P192
public static final TPM_ECC_CURVE._N NIST_P224
public static final TPM_ECC_CURVE._N NIST_P256
public static final TPM_ECC_CURVE._N NIST_P384
public static final TPM_ECC_CURVE._N NIST_P521
public static final TPM_ECC_CURVE._N BN_P256
public static final TPM_ECC_CURVE._N BN_P638
public static final TPM_ECC_CURVE._N SM2_P256
public static TPM_ECC_CURVE._N[] values()
for (TPM_ECC_CURVE._N c : TPM_ECC_CURVE._N.values()) System.out.println(c);
public static TPM_ECC_CURVE._N valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2017. All rights reserved.