public static enum TPM_ST._N extends Enum<TPM_ST._N>
| Enum Constant and Description |
|---|
ATTEST_CERTIFY
tag for an attestation structure
|
ATTEST_COMMAND_AUDIT
tag for an attestation structure
|
ATTEST_CREATION
tag for an attestation structure
|
ATTEST_NV
tag for an attestation structure
|
ATTEST_QUOTE
tag for an attestation structure
|
ATTEST_SESSION_AUDIT
tag for an attestation structure
|
ATTEST_TIME
tag for an attestation structure
|
AUTH_SECRET
tag for a ticket type
|
AUTH_SIGNED
tag for a ticket type
|
CREATION
tag for a ticket type
|
FU_MANIFEST
tag for a structure describing a Field Upgrade Policy
|
HASHCHECK
tag for a ticket type
|
NO_SESSIONS
tag value for a command/response for a command defined in this specification; indicating that the command/response has no attached sessions and no authorizationSize/parameterSize value is present If the responseCode from the TPM is not TPM_RC_SUCCESS, then the response tag shall have this value.
|
NULL
no structure type specified
|
RSP_COMMAND
tag value for a response; used when there is an error in the tag.
|
SESSIONS
tag value for a command/response for a command defined in this specification; indicating that the command/response has one or more attached sessions and the authorizationSize/parameterSize field is present
|
VERIFIED
tag for a ticket type
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_ST._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_ST._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_ST._N RSP_COMMAND
public static final TPM_ST._N NULL
public static final TPM_ST._N NO_SESSIONS
public static final TPM_ST._N SESSIONS
public static final TPM_ST._N ATTEST_NV
public static final TPM_ST._N ATTEST_COMMAND_AUDIT
public static final TPM_ST._N ATTEST_SESSION_AUDIT
public static final TPM_ST._N ATTEST_CERTIFY
public static final TPM_ST._N ATTEST_QUOTE
public static final TPM_ST._N ATTEST_TIME
public static final TPM_ST._N ATTEST_CREATION
public static final TPM_ST._N CREATION
public static final TPM_ST._N VERIFIED
public static final TPM_ST._N AUTH_SECRET
public static final TPM_ST._N HASHCHECK
public static final TPM_ST._N AUTH_SIGNED
public static final TPM_ST._N FU_MANIFEST
public static TPM_ST._N[] values()
for (TPM_ST._N c : TPM_ST._N.values()) System.out.println(c);
public static TPM_ST._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.