ValidationDataOptions

ValidationDataOptions

Overview

ValidationDataOptions is a interface in Aspose.PDF FOSS for TypeScript.

Options for {@link Document.AddValidationData}: callbacks that fetch the OCSP response / CRL for each signer, plus any extra certificates to embed (e.g.

Properties: extraCerts, getCRL, getOCSP.

Properties

NameTypeAccessDescription
getOCSP: RevocationFetcherReadGets the get ocsp.
getCRL: RevocationFetcherReadGets the get crl.
extraCerts: Uint8Array[]ReadGets the extra certs.