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

NameTypeAccessDescription
pem`: {
key: string | Buffer;
passphrase?: string;
certificates: (string | Buffer)[];
}`ReadGets the pem.
key: string | BufferReadGets the key.
passphrase: stringReadGets the passphrase.
certificates: (string | Buffer)[]ReadGets the certificates.