CrlExtensions constructor

CrlExtensions({
  1. String? authorityKeyIdentifier,
  2. int? crlNumber,
})

Implementation

CrlExtensions({
  this.authorityKeyIdentifier,
  this.crlNumber,
});