public static enum TPM_AT._N extends Enum<TPM_AT._N>
| Enum Constant and Description |
|---|
ANY
in a command, a non-specific request for AC information; in a response, indicates that outputData is not meaningful
|
ERROR
indicates a TCG defined, device-specific error
|
PV1
indicates the most significant 32 bits of a pairing value for the AC
|
VEND
value added to a TPM_AT to indicate a vendor-specific tag value
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_AT._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_AT._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_AT._N ANY
public static final TPM_AT._N ERROR
public static final TPM_AT._N PV1
public static final TPM_AT._N VEND
public static TPM_AT._N[] values()
for (TPM_AT._N c : TPM_AT._N.values()) System.out.println(c);
public static TPM_AT._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.