ExternalSigner

Overview

ExternalSigner is a interface in Aspose.PDF FOSS for TypeScript.

Sign via an external callback (HSM/KMS/smartcard) — the key never leaves the device.

Properties: certificates, sign.

Properties

NameTypeAccessDescription
certificates: (string | Buffer)[]ReadGets the certificates.
sign: (data: Uint8Array, alg: SigAlg) => Promise<Uint8Array> | Uint8ArrayReadGets the sign.