GeneralName constructor
GeneralName({
- ASN1Subject? directoryName,
- String? dnsName,
- EdiPartyName? ediPartyName,
- String? ipAddress,
- OtherName? otherName,
- String? registeredId,
- String? rfc822Name,
- String? uniformResourceIdentifier,
Implementation
GeneralName({
this.directoryName,
this.dnsName,
this.ediPartyName,
this.ipAddress,
this.otherName,
this.registeredId,
this.rfc822Name,
this.uniformResourceIdentifier,
});