PemSigner
Overview
PemSigner is a interface in Aspose.PDF FOSS for TypeScript.
Sign from a PEM private key plus its PEM/DER certificate chain (leaf first).
Properties: certificates, key, passphrase, pem.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pem | `: { | ||
| key: string | Buffer; | |||
| passphrase?: string; | |||
| certificates: (string | Buffer)[]; | |||
| }` | Read | Gets the pem. | |
key | : string | Buffer | Read | Gets the key. |
passphrase | : string | Read | Gets the passphrase. |
certificates | : (string | Buffer)[] | Read | Gets the certificates. |