PdfSignatureRevocationInfo constructor

const PdfSignatureRevocationInfo({
  1. bool crlChecked = false,
  2. bool crlRevoked = false,
  3. bool ocspChecked = false,
  4. bool ocspRevoked = false,
  5. bool revocationUnknown = true,
})

Implementation

const PdfSignatureRevocationInfo({
  this.crlChecked = false,
  this.crlRevoked = false,
  this.ocspChecked = false,
  this.ocspRevoked = false,
  this.revocationUnknown = true,
});