Skip to content

@sign-kit/core Types


@sign-kit/core Types / ExpectedHashes

Interface: ExpectedHashes

Defined in: types.ts:190

Pre-computed hashes supplied to the <Signer> for integrity verification.

Properties

pdfHash?

optional pdfHash?: string

Defined in: types.ts:194

SHA-256 base64url hash of the original PDF bytes.


templateHash?

optional templateHash?: string

Defined in: types.ts:192

SHA-256 base64url hash of the canonicalized template JSON.


valuesHash?

optional valuesHash?: string

Defined in: types.ts:196

SHA-256 base64url hash of the canonicalized field values.

Released under the Apache License 2.0.