Certificate constructor
Certificate({})
Implementation
Certificate({
this.issuer,
this.notAfterTime,
this.notBeforeTime,
this.parsed,
this.rawDer,
this.serialNumber,
this.sha256Fingerprint,
this.subject,
this.subjectAlternativeDnsNames,
});