public static enum TPM_HT._N extends Enum<TPM_HT._N>
| Enum Constant and Description |
|---|
AC
Attached Component handle for an Attached Component.
|
HMAC_SESSION
HMAC Authorization Session assigned by the TPM when the session is created
|
LOADED_SESSION
Loaded Authorization Session used only in the context of TPM2_GetCapability This type references both loaded HMAC and loaded policy authorization sessions.
|
NV_INDEX
NV Index assigned by the caller
|
PCR
PCR consecutive numbers, starting at 0, that reference the PCR registers A platform-specific specification will set the minimum number of PCR and an implementation may have more.
|
PERMANENT
Permanent Values assigned by this specification in Table 28
|
PERSISTENT
Persistent Objects assigned by the TPM when a loaded transient object is made persistent
|
POLICY_SESSION
Policy Authorization Session assigned by the TPM when the session is created
|
SAVED_SESSION
Saved Authorization Session used only in the context of TPM2_GetCapability This type references saved authorization session contexts for which the TPM is maintaining tracking information.
|
TRANSIENT
Transient Objects assigned by the TPM when an object is loaded into transient-object memory or when a persistent object is converted to a transient object
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_HT._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_HT._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_HT._N PCR
public static final TPM_HT._N NV_INDEX
public static final TPM_HT._N HMAC_SESSION
public static final TPM_HT._N LOADED_SESSION
public static final TPM_HT._N POLICY_SESSION
public static final TPM_HT._N SAVED_SESSION
public static final TPM_HT._N PERMANENT
public static final TPM_HT._N TRANSIENT
public static final TPM_HT._N PERSISTENT
public static final TPM_HT._N AC
public static TPM_HT._N[] values()
for (TPM_HT._N c : TPM_HT._N.values()) System.out.println(c);
public static TPM_HT._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.