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
| Name | Type | Access | Description |
|---|---|---|---|
getOCSP | : RevocationFetcher | Read | Gets the get ocsp. |
getCRL | : RevocationFetcher | Read | Gets the get crl. |
extraCerts | : Uint8Array[] | Read | Gets the extra certs. |