TPMAttestationStatement
See TPM Attestation Statement Format.
Definition
interface TPMAttestationStatement {
algorithm: number;
signature: Uint8Array;
certificates: Uint8Array[];
attestation: Uint8Array;
publicKey: Uint8Array;
}
Properties
algorithm
: IANA COSE algorithm IDsignature
certificates
: A series of X.509 encoded certificates, where the first one is the AIK certificate and the rest is its certificate chain.attestation
: TheTPMS_ATTEST
structurepublicKey
: TheTPMT_PUBLIC
structure