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