modern-pdf-lib / SignerInfo
Interface: SignerInfo
Defined in: src/signature/pkcs7.ts:48
Information needed to sign a hash.
Properties
certificate
certificate:
Uint8Array
Defined in: src/signature/pkcs7.ts:50
DER-encoded X.509 certificate.
hashAlgorithm
hashAlgorithm:
"SHA-256"|"SHA-384"|"SHA-512"
Defined in: src/signature/pkcs7.ts:54
Hash algorithm.
privateKey
privateKey:
Uint8Array
Defined in: src/signature/pkcs7.ts:52
PKCS#8 DER-encoded private key.