Interface protos.google.cloud.confidentialcomputing.v1.TpmAttestation.IQuote (1.2.0)

Properties of a Quote.

Package

@google-cloud/confidentialcomputing

Properties

hashAlgo

hashAlgo?: (number|null);

Quote hashAlgo

pcrValues

pcrValues?: ({ [k: string]: Uint8Array }|null);

Quote pcrValues

rawQuote

rawQuote?: (Uint8Array|string|null);

Quote rawQuote

rawSignature

rawSignature?: (Uint8Array|string|null);

Quote rawSignature