public final class TPM_ECC_CURVE extends TpmEnum<TPM_ECC_CURVE>
| Modifier and Type | Class and Description |
|---|---|
static class |
TPM_ECC_CURVE._N |
TpmEnum.ValueMap<T extends TpmEnum<T>>| Modifier and Type | Field and Description |
|---|---|
static TPM_ECC_CURVE |
BN_P256 |
static TPM_ECC_CURVE |
BN_P638 |
static TPM_ECC_CURVE |
NIST_P192 |
static TPM_ECC_CURVE |
NIST_P224 |
static TPM_ECC_CURVE |
NIST_P256 |
static TPM_ECC_CURVE |
NIST_P384 |
static TPM_ECC_CURVE |
NIST_P521 |
static TPM_ECC_CURVE |
NONE |
static TPM_ECC_CURVE |
SM2_P256 |
Name, NameAsEnum, Value| Constructor and Description |
|---|
TPM_ECC_CURVE(int value) |
| Modifier and Type | Method and Description |
|---|---|
TPM_ECC_CURVE._N |
asEnum() |
static TPM_ECC_CURVE |
fromInt(int value) |
static TPM_ECC_CURVE |
fromTpm(byte[] buf) |
static TPM_ECC_CURVE |
fromTpm(InByteBuf buf) |
static Collection<TPM_ECC_CURVE> |
values() |
protected int |
wireSize() |
public static final TPM_ECC_CURVE NONE
public static final TPM_ECC_CURVE NIST_P192
public static final TPM_ECC_CURVE NIST_P224
public static final TPM_ECC_CURVE NIST_P256
public static final TPM_ECC_CURVE NIST_P384
public static final TPM_ECC_CURVE NIST_P521
public static final TPM_ECC_CURVE BN_P256
public static final TPM_ECC_CURVE BN_P638
public static final TPM_ECC_CURVE SM2_P256
public static TPM_ECC_CURVE fromInt(int value)
public static TPM_ECC_CURVE fromTpm(byte[] buf)
public static TPM_ECC_CURVE fromTpm(InByteBuf buf)
public TPM_ECC_CURVE._N asEnum()
public static Collection<TPM_ECC_CURVE> values()
protected int wireSize()
wireSize in class TpmEnum<TPM_ECC_CURVE>Copyright © 2017. All rights reserved.