SignerCredentials
Defined in: src/pdf/signature.ts:32
Extended by
Section titled “Extended by”Properties
Section titled “Properties”algorithm?
Section titled “algorithm?”
readonlyoptionalalgorithm?:"rsa"|"ecdsa"
Defined in: src/pdf/signature.ts:39
certificate
Section titled “certificate”
readonlycertificate:Uint8Array
Defined in: src/pdf/signature.ts:34
extraCertificates?
Section titled “extraCertificates?”
readonlyoptionalextraCertificates?: readonlyUint8Array<ArrayBufferLike>[]
Defined in: src/pdf/signature.ts:41
privateKey
Section titled “privateKey”
readonlyprivateKey:CryptoKey
Defined in: src/pdf/signature.ts:37
signingTime?
Section titled “signingTime?”
readonlyoptionalsigningTime?:Date
Defined in: src/pdf/signature.ts:42