public enum TPMISTAttest extends java.lang.Enum<TPMISTAttest>
| Enum Constant and Description |
|---|
TPM_ST_ATTEST_CERTIFY |
TPM_ST_ATTEST_COMMAND_AUDIT |
TPM_ST_ATTEST_CREATION |
TPM_ST_ATTEST_NV |
TPM_ST_ATTEST_QUOTE |
TPM_ST_ATTEST_SESSION_AUDIT |
TPM_ST_ATTEST_TIME |
| Modifier and Type | Method and Description |
|---|---|
static TPMISTAttest |
create(byte[] value) |
byte[] |
getValue() |
static TPMISTAttest |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TPMISTAttest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMISTAttest TPM_ST_ATTEST_CERTIFY
public static final TPMISTAttest TPM_ST_ATTEST_QUOTE
public static final TPMISTAttest TPM_ST_ATTEST_SESSION_AUDIT
public static final TPMISTAttest TPM_ST_ATTEST_COMMAND_AUDIT
public static final TPMISTAttest TPM_ST_ATTEST_TIME
public static final TPMISTAttest TPM_ST_ATTEST_CREATION
public static final TPMISTAttest TPM_ST_ATTEST_NV
public static TPMISTAttest[] values()
for (TPMISTAttest c : TPMISTAttest.values()) System.out.println(c);
public static TPMISTAttest valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static TPMISTAttest create(byte[] value)
public byte[] getValue()