public static enum TPM_PT_PCR._N extends Enum<TPM_PT_PCR._N>
| Enum Constant and Description |
|---|
AUTH
a SET bit in the TPMS_PCR_SELECT indicates that the PCR is controlled by an authorization value This property is only present if the TPM supports authorization control of a PCR.
|
DRTM_RESET
a SET bit in the TPMS_PCR_SELECT indicates that the PCR is reset by a D-RTM event These PCR are reset to -1 on TPM2_Startup() and reset to 0 on a _TPM_Hash_End event following a _TPM_Hash_Start event.
|
EXTEND_L0
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be extended from locality 0 This property is only present if a locality other than 0 is implemented.
|
EXTEND_L1
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be extended from locality 1 This property is only present if locality 1 is implemented.
|
EXTEND_L2
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be extended from locality 2 This property is only present if localities 1 and 2 are implemented.
|
EXTEND_L3
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be extended from locality 3 This property is only present if localities 1, 2, and 3 are implemented.
|
EXTEND_L4
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be extended from locality 4 This property is only present if localities 1, 2, 3, and 4 are implemented.
|
FIRST
bottom of the range of TPM_PT_PCR properties
|
LAST
top of the range of TPM_PT_PCR properties of the implementation If the TPM receives a request for a PCR property with a value larger than this, the TPM will return a zero length list and set the moreData parameter to NO.
|
NO_INCREMENT
a SET bit in the TPMS_PCR_SELECT indicates that modifications to this PCR (reset or Extend) will not increment the pcrUpdateCounter
|
POLICY
a SET bit in the TPMS_PCR_SELECT indicates that the PCR is controlled by policy This property is only present if the TPM supports policy control of a PCR.
|
RESET_L0
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be reset by TPM2_PCR_Reset() from locality 0
|
RESET_L1
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be reset by TPM2_PCR_Reset() from locality 1 This property is only present if locality 1 is implemented.
|
RESET_L2
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be reset by TPM2_PCR_Reset() from locality 2 This property is only present if localities 1 and 2 are implemented.
|
RESET_L3
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be reset by TPM2_PCR_Reset() from locality 3 This property is only present if localities 1, 2, and 3 are implemented.
|
RESET_L4
a SET bit in the TPMS_PCR_SELECT indicates that the PCR may be reset by TPM2_PCR_Reset() from locality 4 This property is only present if localities 1, 2, 3, and 4 are implemented.
|
SAVE
a SET bit in the TPMS_PCR_SELECT indicates that the PCR is saved and restored by TPM_SU_STATE
|
| Modifier and Type | Method and Description |
|---|---|
static TPM_PT_PCR._N |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TPM_PT_PCR._N[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TPM_PT_PCR._N FIRST
public static final TPM_PT_PCR._N SAVE
public static final TPM_PT_PCR._N EXTEND_L0
public static final TPM_PT_PCR._N RESET_L0
public static final TPM_PT_PCR._N EXTEND_L1
public static final TPM_PT_PCR._N RESET_L1
public static final TPM_PT_PCR._N EXTEND_L2
public static final TPM_PT_PCR._N RESET_L2
public static final TPM_PT_PCR._N EXTEND_L3
public static final TPM_PT_PCR._N RESET_L3
public static final TPM_PT_PCR._N EXTEND_L4
public static final TPM_PT_PCR._N RESET_L4
public static final TPM_PT_PCR._N NO_INCREMENT
public static final TPM_PT_PCR._N DRTM_RESET
public static final TPM_PT_PCR._N POLICY
public static final TPM_PT_PCR._N AUTH
public static final TPM_PT_PCR._N LAST
public static TPM_PT_PCR._N[] values()
for (TPM_PT_PCR._N c : TPM_PT_PCR._N.values()) System.out.println(c);
public static TPM_PT_PCR._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.