Interface: AttestationResult
Defined in: packages/core/src/introspection/CryptoAttestation.ts:105
Result of an attestation operation.
Properties
attestedAt
readonly attestedAt: string;Defined in: packages/core/src/introspection/CryptoAttestation.ts:117
ISO-8601 timestamp of attestation
computedDigest
readonly computedDigest: string;Defined in: packages/core/src/introspection/CryptoAttestation.ts:109
The computed digest
error
readonly error: string | null;Defined in: packages/core/src/introspection/CryptoAttestation.ts:119
Human-readable error message, if invalid
expectedDigest
readonly expectedDigest: string | null;Defined in: packages/core/src/introspection/CryptoAttestation.ts:111
The expected digest (if configured)
signature
readonly signature: string | null;Defined in: packages/core/src/introspection/CryptoAttestation.ts:113
The signature (if signing was performed)
signerName
readonly signerName: string;Defined in: packages/core/src/introspection/CryptoAttestation.ts:115
Signer identity
valid
readonly valid: boolean;Defined in: packages/core/src/introspection/CryptoAttestation.ts:107
Whether the attestation was successful