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