SmimeInfo constructor

SmimeInfo({
  1. String? encryptedKeyPassword,
  2. String? expiration,
  3. String? id,
  4. bool? isDefault,
  5. String? issuerCn,
  6. String? pem,
  7. String? pkcs12,
})

Implementation

SmimeInfo({
  this.encryptedKeyPassword,
  this.expiration,
  this.id,
  this.isDefault,
  this.issuerCn,
  this.pem,
  this.pkcs12,
});