Skip to content

Interface: AttestationResult

Defined in: packages/core/src/introspection/CryptoAttestation.ts:101

Result of an attestation operation.

Properties

attestedAt

ts
readonly attestedAt: string;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:113

ISO-8601 timestamp of attestation


computedDigest

ts
readonly computedDigest: string;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:105

The computed digest


error

ts
readonly error: string | null;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:115

Human-readable error message, if invalid


expectedDigest

ts
readonly expectedDigest: string | null;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:107

The expected digest (if configured)


signature

ts
readonly signature: string | null;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:109

The signature (if signing was performed)


signerName

ts
readonly signerName: string;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:111

Signer identity


valid

ts
readonly valid: boolean;

Defined in: packages/core/src/introspection/CryptoAttestation.ts:103

Whether the attestation was successful