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