ASN1Subject constructor
ASN1Subject({})
Implementation
ASN1Subject({
this.commonName,
this.country,
this.distinguishedNameQualifier,
this.generationQualifier,
this.givenName,
this.initials,
this.locality,
this.organization,
this.organizationalUnit,
this.pseudonym,
this.serialNumber,
this.state,
this.surname,
this.title,
});