SignatureOptions
Defined in: src/pdf/signature.ts:50
Converter convenience: everything needed to emit a placeholder and sign in one call.
Extends
Section titled “Extends”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').
Inherited from
Section titled “Inherited from”certificate
Section titled “certificate”
readonlycertificate:Uint8Array
Defined in: src/pdf/signature.ts:36
Signer’s X.509 certificate (DER).
Inherited from
Section titled “Inherited from”contactInfo?
Section titled “contactInfo?”
readonlyoptionalcontactInfo?:string
Defined in: src/pdf/signature.ts:24
Inherited from
Section titled “Inherited from”SignaturePlaceholder.contactInfo
extraCertificates?
Section titled “extraCertificates?”
readonlyoptionalextraCertificates?: readonlyUint8Array<ArrayBufferLike>[]
Defined in: src/pdf/signature.ts:45
Optional chain certificates (DER) to embed alongside the signer cert.
Inherited from
Section titled “Inherited from”SignerCredentials.extraCertificates
fieldName?
Section titled “fieldName?”
readonlyoptionalfieldName?:string
Defined in: src/pdf/signature.ts:28
Signature field name (default "Signature1").
Inherited from
Section titled “Inherited from”SignaturePlaceholder.fieldName
location?
Section titled “location?”
readonlyoptionallocation?:string
Defined in: src/pdf/signature.ts:21
Inherited from
Section titled “Inherited from”
readonlyoptionalname?:string
Defined in: src/pdf/signature.ts:23
Signer name recorded in the dictionary (/Name).
Inherited from
Section titled “Inherited from”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).
Inherited from
Section titled “Inherited from”reason?
Section titled “reason?”
readonlyoptionalreason?:string
Defined in: src/pdf/signature.ts:20
Inherited from
Section titled “Inherited from”reserveBytes?
Section titled “reserveBytes?”
readonlyoptionalreserveBytes?:number
Defined in: src/pdf/signature.ts:30
Bytes reserved for the /Contents signature hole (default 8192).
Inherited from
Section titled “Inherited from”SignaturePlaceholder.reserveBytes
signingTime?
Section titled “signingTime?”
readonlyoptionalsigningTime?:Date
Defined in: src/pdf/signature.ts:26
Claimed signing time (→ /M and the CMS signingTime attribute).