| Package | Description |
|---|---|
| tss | |
| tss.tpm |
| Modifier and Type | Class and Description |
|---|---|
class |
TpmAttribute<T extends TpmAttribute<T>> |
| Modifier and Type | Method and Description |
|---|---|
protected static <T extends TpmAttribute<T>> |
TpmAttribute.attrFromInt(int value,
TpmEnum.ValueMap<T> values,
Class<T> cls) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
TpmAttribute.hasAttr(TpmAttribute<T> attr) |
| Constructor and Description |
|---|
TpmAttribute(TpmEnum.ValueMap<T> values,
T... attrs) |
| Modifier and Type | Class and Description |
|---|---|
class |
TPM_NV_INDEX
A TPM_NV_INDEX is used to reference a defined location in NV memory.
|
class |
TPMA_ALGORITHM
This structure defines the attributes of an algorithm.
|
class |
TPMA_CC
This structure defines the attributes of a command from a context management perspective.
|
class |
TPMA_LOCALITY
In a TPMS_CREATION_DATA structure, this structure is used to indicate the locality of the command that created the object.
|
class |
TPMA_MEMORY
This structure of this attribute is used to report the memory management method used by the TPM for transient objects and authorization sessions.
|
class |
TPMA_MODES
This structure of this attribute is used to report that the TPM is designed for these modes.
|
class |
TPMA_NV
This structure allows the TPM to keep track of the data and permissions to manipulate an NV Index.
|
class |
TPMA_OBJECT
This attribute structure indicates an objects use, its authorization types, and its relationship to other objects.
|
class |
TPMA_PERMANENT
The attributes in this structure are persistent and are not changed as a result of _TPM_Init or any TPM2_Startup().
|
class |
TPMA_SESSION
This octet in each session is used to identify the session type, indicate its relationship to any handles in the command, and indicate its use in parameter encryption.
|
class |
TPMA_STARTUP_CLEAR
This structure may be read using TPM2_GetCapability(capability = TPM_CAP_TPM_PROPERTIES, property = TPM_PT_STARTUP_CLEAR).
|
Copyright © 2017. All rights reserved.