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
| Name | Type | Access | Description |
|---|---|---|---|
certificates | : (string | Buffer)[] | Read | Gets the certificates. |
sign | : (data: Uint8Array, alg: SigAlg) => Promise<Uint8Array> | Uint8Array | Read | Gets the sign. |