| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Class and Description |
|---|---|
class |
TPMS_CERTIFY_INFO
This is the attested data for TPM2_Certify().
|
class |
TPMS_COMMAND_AUDIT_INFO
This is the attested data for TPM2_GetCommandAuditDigest().
|
class |
TPMS_CREATION_INFO
This is the attested data for TPM2_CertifyCreation().
|
class |
TPMS_NV_CERTIFY_INFO
This structure contains the Name and contents of the selected NV Index that is certified by TPM2_NV_Certify().
|
class |
TPMS_QUOTE_INFO
This is the attested data for TPM2_Quote().
|
class |
TPMS_SESSION_AUDIT_INFO
This is the attested data for TPM2_GetSessionAuditDigest().
|
class |
TPMS_TIME_ATTEST_INFO
This structure is used when the TPM performs TPM2_GetTime.
|
| Modifier and Type | Field and Description |
|---|---|
TPMU_ATTEST |
TPMS_ATTEST.attested
the type-specific attestation information
|
| Constructor and Description |
|---|
TPMS_ATTEST(TPM_GENERATED _magic,
byte[] _qualifiedSigner,
byte[] _extraData,
TPMS_CLOCK_INFO _clockInfo,
long _firmwareVersion,
TPMU_ATTEST _attested)
This structure is used on each TPM-generated signed structure.
|
Copyright © 2017. All rights reserved.