public static enum TPMA_STARTUP_CLEAR._N extends Enum<TPMA_STARTUP_CLEAR._N>
| Enum Constant and Description |
|---|
ehEnable
SET (1): The EPS hierarchy is enabled and Endorsement Authorization may be used to authorize commands.
|
orderly
SET (1): The TPM received a TPM2_Shutdown() and a matching TPM2_Startup().
|
phEnable
SET (1): The platform hierarchy is enabled and platformAuth or platformPolicy may be used for authorization.
|
phEnableNV
SET (1): NV indices that have TPMA_NV_PLATFORMCREATE SET may be read or written.
|
shEnable
SET (1): The Storage hierarchy is enabled and ownerAuth or ownerPolicy may be used for authorization.
|
| Modifier and Type | Method and Description |
|---|---|
static TPMA_STARTUP_CLEAR._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPMA_STARTUP_CLEAR._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPMA_STARTUP_CLEAR._N phEnable
public static final TPMA_STARTUP_CLEAR._N shEnable
public static final TPMA_STARTUP_CLEAR._N ehEnable
public static final TPMA_STARTUP_CLEAR._N phEnableNV
public static final TPMA_STARTUP_CLEAR._N orderly
public static TPMA_STARTUP_CLEAR._N[] values()
for (TPMA_STARTUP_CLEAR._N c : TPMA_STARTUP_CLEAR._N.values()) System.out.println(c);
public static TPMA_STARTUP_CLEAR._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.