PdfSmartTrustedRootsSelector constructor

PdfSmartTrustedRootsSelector(
  1. PdfTrustedRootsIndex index, {
  2. bool fallbackToAllSources = true,
  3. bool requireFullIssuerCoverage = true,
})

Implementation

PdfSmartTrustedRootsSelector(
  this.index, {
  this.fallbackToAllSources = true,
  this.requireFullIssuerCoverage = true,
});