Interface: SignatureCallbackResponseRaw

PSPDFKit.SignatureCallbackResponseRaw

Represents the result of a signing process that returns a raw, (for instance, PKCS#1) signature.

Members




Members

certificates: Array.<ArrayBuffer>|Array.<string>

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>

(nullable) ocspResponses: Array.<PSPDFKit.OcspResponse>

Optional array of OCSP responses. Required if the signature needs to be LTV enabled.

Type:

signedData: ArrayBuffer

The raw (for example, PKCS#1) signature as an ArrayBuffer.

Type:
  • ArrayBuffer

(nullable) timestampResponse: 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