| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Class and Description |
|---|---|
class |
TPML_ALG_PROPERTY
This list is used to report on a list of algorithm attributes.
|
class |
TPML_CC
A list of command codes may be input to the TPM or returned by the TPM depending on the command.
|
class |
TPML_CCA
This list is only used in TPM2_GetCapability(capability = TPM_CAP_COMMANDS).
|
class |
TPML_ECC_CURVE
This list is used to report the ECC curve ID values supported by the TPM.
|
class |
TPML_HANDLE
This structure is used when the TPM returns a list of loaded handles when the capability in TPM2_GetCapability() is TPM_CAP_HANDLE.
|
class |
TPML_PCR_SELECTION
This list is used to indicate the PCR that are included in a selection when more than one PCR value may be selected.
|
class |
TPML_TAGGED_PCR_PROPERTY
This list is used to report on a list of properties that are TPMS_PCR_SELECT values.
|
class |
TPML_TAGGED_POLICY
This list is used to report the authorization policy values for permanent handles.
|
class |
TPML_TAGGED_TPM_PROPERTY
This list is used to report on a list of properties that are TPMS_TAGGED_PROPERTY values.
|
| Modifier and Type | Field and Description |
|---|---|
TPMU_CAPABILITIES |
GetCapabilityResponse.capabilityData
the capability data
|
TPMU_CAPABILITIES |
TPMS_CAPABILITY_DATA.data
the capability data
|
| Constructor and Description |
|---|
GetCapabilityResponse(byte _moreData,
TPMU_CAPABILITIES _capabilityData)
This command returns various information regarding the TPM and its current state.
|
TPMS_CAPABILITY_DATA(TPMU_CAPABILITIES _data)
This data area is returned in response to a TPM2_GetCapability().
|
Copyright © 2017. All rights reserved.