Enumeration Caseswift-certificates 1.8.0X509
otherName(_:)
GeneralName.swift:18case otherName(OtherName)
case otherName(OtherName)
import X509
A library for working with X.509 certificates.
enum GeneralName
struct OtherName
case rfc822Name(String)
case dnsName(String)
case x400Address(ASN1Any)
case directoryName(DistinguishedName)
case ediPartyName(ASN1Any)
case uniformResourceIdentifier(String)
case ipAddress(ASN1OctetString)
case registeredID(ASN1ObjectIdentifier)