@signkit/core Types / ExpectedHashes
Interface: ExpectedHashes
Defined in: types.ts:246
Pre-computed hashes supplied to the <Signer> for integrity verification.
Properties
pdfHash?
optionalpdfHash?:string
Defined in: types.ts:250
SHA-256 base64url hash of the original PDF bytes.
templateHash?
optionaltemplateHash?:string
Defined in: types.ts:248
SHA-256 base64url hash of the canonicalized template JSON.
valuesHash?
optionalvaluesHash?:string
Defined in: types.ts:252
SHA-256 base64url hash of the canonicalized field values.