KeyCsr constructor

KeyCsr({
  1. String? algo,
  2. String? domain,
  3. String? subject,
  4. int? length,
  5. DateTime? activeAt,
  6. DateTime? expireAt,
  7. String? mail,
  8. bool? isCA,
  9. String? caAlgo,
  10. String? caCert,
  11. String? caKey,
  12. List<String>? ips,
  13. String? name,
  14. int? usage,
})

Implementation

KeyCsr({this.algo, this.domain, this.subject, this.length, this.activeAt, this.expireAt, this.mail, this.isCA, this.caAlgo, this.caCert, this.caKey, this.ips, this.name, this.usage});