public static enum TPM_CAP._N extends Enum<TPM_CAP._N>
| Enum Constant and Description |
|---|
ALGS
TPML_ALG_PROPERTY
|
AUDIT_COMMANDS
TPML_CC
|
AUTH_POLICIES
TPML_TAGGED_POLICY
|
COMMANDS
TPML_CCA
|
ECC_CURVES
TPML_ECC_CURVE
|
FIRST |
HANDLES
TPML_HANDLE
|
LAST |
PCR_PROPERTIES
TPML_TAGGED_PCR_PROPERTY
|
PCRS
TPML_PCR_SELECTION
|
PP_COMMANDS
TPML_CC
|
TPM_PROPERTIES
TPML_TAGGED_TPM_PROPERTY
|
VENDOR_PROPERTY
manufacturer-specific values
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_CAP._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_CAP._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_CAP._N FIRST
public static final TPM_CAP._N ALGS
public static final TPM_CAP._N HANDLES
public static final TPM_CAP._N COMMANDS
public static final TPM_CAP._N PP_COMMANDS
public static final TPM_CAP._N AUDIT_COMMANDS
public static final TPM_CAP._N PCRS
public static final TPM_CAP._N TPM_PROPERTIES
public static final TPM_CAP._N PCR_PROPERTIES
public static final TPM_CAP._N ECC_CURVES
public static final TPM_CAP._N AUTH_POLICIES
public static final TPM_CAP._N LAST
public static final TPM_CAP._N VENDOR_PROPERTY
public static TPM_CAP._N[] values()
for (TPM_CAP._N c : TPM_CAP._N.values()) System.out.println(c);
public static TPM_CAP._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.