PdfPolicyResolution constructor

const PdfPolicyResolution({
  1. required int signatureIndex,
  2. String? policyOid,
  3. String? displayName,
  4. bool? lpaMatch,
  5. bool? validAtSigningTime,
  6. bool? validNow,
  7. bool? digestMatch,
})

Implementation

const PdfPolicyResolution({
  required this.signatureIndex,
  this.policyOid,
  this.displayName,
  this.lpaMatch,
  this.validAtSigningTime,
  this.validNow,
  this.digestMatch,
});