public static enum TPM_SU._N extends Enum<TPM_SU._N>
| Enum Constant and Description |
|---|
CLEAR
on TPM2_Shutdown(), indicates that the TPM should prepare for loss of power and save state required for an orderly startup (TPM Reset).
|
STATE
on TPM2_Shutdown(), indicates that the TPM should prepare for loss of power and save state required for an orderly startup (TPM Restart or TPM Resume) on TPM2_Startup(), indicates that the TPM should restore the state saved by TPM2_Shutdown(TPM_SU_STATE)
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_SU._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_SU._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_SU._N CLEAR
public static final TPM_SU._N STATE
public static TPM_SU._N[] values()
for (TPM_SU._N c : TPM_SU._N.values()) System.out.println(c);
public static TPM_SU._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.