KeyCsr constructor

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

Implementation

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