SignerCredentials
Defined in: src/pdf/signature.ts:34
The signing key material consumed by signPdf.
Extended by
Section titled “Extended by”Properties
Section titled “Properties”algorithm?
Section titled “algorithm?”
readonlyoptionalalgorithm?:"rsa"|"ecdsa"
Defined in: src/pdf/signature.ts:43
Signature algorithm of the key (default 'rsa').
certificate
Section titled “certificate”
readonlycertificate:Uint8Array
Defined in: src/pdf/signature.ts:36
Signer’s X.509 certificate (DER).
extraCertificates?
Section titled “extraCertificates?”
readonlyoptionalextraCertificates?: readonlyUint8Array<ArrayBufferLike>[]
Defined in: src/pdf/signature.ts:45
Optional chain certificates (DER) to embed alongside the signer cert.
privateKey
Section titled “privateKey”
readonlyprivateKey:CryptoKey
Defined in: src/pdf/signature.ts:41
WebCrypto private key. An RSASSA-PKCS1-v1_5 key (default) or — when
algorithm is 'ecdsa' — an ECDSA key (P-256/P-384/P-521).
signingTime?
Section titled “signingTime?”
readonlyoptionalsigningTime?:Date
Defined in: src/pdf/signature.ts:46