| Package | Description |
|---|---|
| tss.tpm |
| Modifier and Type | Field and Description |
|---|---|
TPMS_ATTEST |
TPM2B_ATTEST.attestationData
the signed structure
|
TPMS_ATTEST |
GetSessionAuditDigestResponse.auditInfo
the audit information that was signed
|
TPMS_ATTEST |
GetCommandAuditDigestResponse.auditInfo
the auditInfo that was signed
|
TPMS_ATTEST |
NV_CertifyResponse.certifyInfo
the structure that was signed
|
TPMS_ATTEST |
CertifyResponse.certifyInfo
the structure that was signed
|
TPMS_ATTEST |
CertifyCreationResponse.certifyInfo
the structure that was signed
|
TPMS_ATTEST |
QuoteResponse.quoted
the quoted information
|
TPMS_ATTEST |
GetTimeResponse.timeInfo
standard TPM-generated attestation block
|
| Modifier and Type | Method and Description |
|---|---|
static TPMS_ATTEST |
TPMS_ATTEST.fromTpm(byte[] x) |
static TPMS_ATTEST |
TPMS_ATTEST.fromTpm(InByteBuf buf) |
| Constructor and Description |
|---|
CertifyCreationResponse(TPMS_ATTEST _certifyInfo,
TPMU_SIGNATURE _signature)
This command is used to prove the association between an object and its creation data.
|
CertifyResponse(TPMS_ATTEST _certifyInfo,
TPMU_SIGNATURE _signature)
The purpose of this command is to prove that an object with a specific Name is loaded in the TPM.
|
GetCommandAuditDigestResponse(TPMS_ATTEST _auditInfo,
TPMU_SIGNATURE _signature)
This command returns the current value of the command audit digest, a digest of the commands being audited, and the audit hash algorithm.
|
GetSessionAuditDigestResponse(TPMS_ATTEST _auditInfo,
TPMU_SIGNATURE _signature)
This command returns a digital signature of the audit session digest.
|
GetTimeResponse(TPMS_ATTEST _timeInfo,
TPMU_SIGNATURE _signature)
This command returns the current values of Time and Clock.
|
NV_CertifyResponse(TPMS_ATTEST _certifyInfo,
TPMU_SIGNATURE _signature)
The purpose of this command is to certify the contents of an NV Index or portion of an NV Index.
|
QuoteResponse(TPMS_ATTEST _quoted,
TPMU_SIGNATURE _signature)
This command is used to quote PCR values.
|
TPM2B_ATTEST(TPMS_ATTEST _attestationData)
This sized buffer to contain the signed structure.
|
Copyright © 2017. All rights reserved.