IssuancePolicy constructor

IssuancePolicy({
  1. bool? allowRequesterSpecifiedNotBeforeTime,
  2. IssuanceModes? allowedIssuanceModes,
  3. List<AllowedKeyType>? allowedKeyTypes,
  4. String? backdateDuration,
  5. X509Parameters? baselineValues,
  6. CertificateIdentityConstraints? identityConstraints,
  7. String? maximumLifetime,
  8. CertificateExtensionConstraints? passthroughExtensions,
})

Implementation

IssuancePolicy({
  this.allowRequesterSpecifiedNotBeforeTime,
  this.allowedIssuanceModes,
  this.allowedKeyTypes,
  this.backdateDuration,
  this.baselineValues,
  this.identityConstraints,
  this.maximumLifetime,
  this.passthroughExtensions,
});