Represents the result of a signing process that returns a raw, (for instance, PKCS#1) signature.
Members
Members
The certificate chain to include in the digital signature.
It can be a list of DER-encoded (represented as an ArrayBuffer
) or PEM-encoded certificates.
Type:
- Array.<ArrayBuffer> | Array.<string>
Optional array of OCSP responses. Required if the signature needs to be LTV enabled.
Type:
- Array.<PSPDFKit.OcspResponse>
The raw (for example, PKCS#1) signature as an ArrayBuffer.
Type:
- ArrayBuffer
Optional timestamp token, DER-encoded. The format should be as
specified by RFC3161. If no timestamp response is provided, the signing
process will fallback to the optional signingData.timestamp
field of
PSPDFKit.SignaturePreparationData
.
Type:
- ArrayBuffer