PdfTimestampValidationOptions constructor
const
PdfTimestampValidationOptions({
- List<
String> ? trustedRootsPem, - TrustedRootsProvider? trustedRootsProvider,
- List<
TrustedRootsProvider> ? trustedRootsProviders, - PdfHttpFetcherBase? certificateFetcher,
- bool requireTrustedChain = true,
- bool throwOnFailure = true,
Creates TSA validation options.
Implementation
const PdfTimestampValidationOptions({
this.trustedRootsPem,
this.trustedRootsProvider,
this.trustedRootsProviders,
this.certificateFetcher,
this.requireTrustedChain = true,
this.throwOnFailure = true,
});