public static enum TPM_RH._N extends Enum<TPM_RH._N>
| Enum Constant and Description |
|---|
ADMIN
not used1
|
AUTH_00
Start of a range of authorization values that are vendor-specific.
|
AUTH_FF
End of the range of vendor-specific authorization values.
|
EK
not used1
|
ENDORSEMENT
references the Endorsement Primary Seed (EPS), endorsementAuth, and endorsementPolicy
|
FIRST |
LAST
the top of the reserved handle area This is set to allow TPM2_GetCapability() to know where to stop.
|
LOCKOUT
references the authorization associated with the dictionary attack lockout reset
|
NULL
a handle associated with the null hierarchy, an EmptyAuth authValue, and an Empty Policy authPolicy.
|
OPERATOR
not used1
|
OWNER
handle references the Storage Primary Seed (SPS), the ownerAuth, and the ownerPolicy
|
PLATFORM
references the Platform Primary Seed (PPS), platformAuth, and platformPolicy
|
PLATFORM_NV
for phEnableNV
|
REVOKE
not used1
|
RS_PW
authorization value used to indicate a password authorization session
|
SRK
not used1
|
TRANSPORT
not used1
|
UNASSIGNED
value reserved to the TPM to indicate a handle location that has not been initialized or assigned
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_RH._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_RH._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_RH._N FIRST
public static final TPM_RH._N SRK
public static final TPM_RH._N OWNER
public static final TPM_RH._N REVOKE
public static final TPM_RH._N TRANSPORT
public static final TPM_RH._N OPERATOR
public static final TPM_RH._N ADMIN
public static final TPM_RH._N EK
public static final TPM_RH._N NULL
public static final TPM_RH._N UNASSIGNED
public static final TPM_RH._N RS_PW
public static final TPM_RH._N LOCKOUT
public static final TPM_RH._N ENDORSEMENT
public static final TPM_RH._N PLATFORM
public static final TPM_RH._N PLATFORM_NV
public static final TPM_RH._N AUTH_00
public static final TPM_RH._N AUTH_FF
public static final TPM_RH._N LAST
public static TPM_RH._N[] values()
for (TPM_RH._N c : TPM_RH._N.values()) System.out.println(c);
public static TPM_RH._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.