AttestationSgxCollateralInfo interface

Defines the contents of the sgxCollateral claim in an AttestationResult.

Properties

qeidcertshash

Hex encoded Sha256 hash of the Quoting Enclave Certificates.

See the Intel SGX documentation for more information on quote validation.

qeidcrlhash

Hex encoded Sha256 hash of the Quoting Enclave Certificate CRL.

See the Intel SGX documentation for more information on quote validation.

qeidhash

Hex encoded Sha256 hash of the Quoting Enclave Identity.

See the Intel SGX documentation for more information on quote validation.

quotehash

Hex encoded Sha256 hash of the SGX Quote or OpenEnclave Report validated by this token.

See the Intel SGX documentation for more information on quote validation.

tcbinfocertshash

Hex encoded Sha256 hash of the TCB Info Certificates.

See the Intel SGX documentation for more information on quote validation.

tcbinfocrlhash

Hex encoded Sha256 hash of the TCB Info Certificate CRL.

See the Intel SGX documentation for more information on quote validation.

tcbinfohash

Hex encoded Sha256 hash of the TCB Info for the device being attested.

See the Intel SGX documentation for more information on quote validation.

Property Details

qeidcertshash

Hex encoded Sha256 hash of the Quoting Enclave Certificates.

See the Intel SGX documentation for more information on quote validation.

qeidcertshash?: string

Property Value

string

qeidcrlhash

Hex encoded Sha256 hash of the Quoting Enclave Certificate CRL.

See the Intel SGX documentation for more information on quote validation.

qeidcrlhash?: string

Property Value

string

qeidhash

Hex encoded Sha256 hash of the Quoting Enclave Identity.

See the Intel SGX documentation for more information on quote validation.

qeidhash?: string

Property Value

string

quotehash

Hex encoded Sha256 hash of the SGX Quote or OpenEnclave Report validated by this token.

See the Intel SGX documentation for more information on quote validation.

quotehash?: string

Property Value

string

tcbinfocertshash

Hex encoded Sha256 hash of the TCB Info Certificates.

See the Intel SGX documentation for more information on quote validation.

tcbinfocertshash?: string

Property Value

string

tcbinfocrlhash

Hex encoded Sha256 hash of the TCB Info Certificate CRL.

See the Intel SGX documentation for more information on quote validation.

tcbinfocrlhash?: string

Property Value

string

tcbinfohash

Hex encoded Sha256 hash of the TCB Info for the device being attested.

See the Intel SGX documentation for more information on quote validation.

tcbinfohash?: string

Property Value

string