Structureswift-certificates 1.8.0X509
StreetAddress
Set the Street Address (STREET) of a DistinguishedName
.
struct StreetAddress
This type is used in DistinguishedNameBuilder
contexts.
Set the Street Address (STREET) of a DistinguishedName
.
struct StreetAddress
This type is used in DistinguishedNameBuilder
contexts.
import X509
A library for working with X.509 certificates.
struct DistinguishedName
A distinguished name is a name that uniquely identifies a specific entity.
@resultBuilder struct DistinguishedNameBuilder
Provides a result-builder style DSL for constructing DistinguishedName
values.
protocol RelativeDistinguishedNameConvertible
struct CommonName
Set the Common Name (CN) of a DistinguishedName
.
struct CountryName
Set the Country Name (C) of a DistinguishedName
.
struct LocalityName
Set the Locality Name (L) of a DistinguishedName
.
struct OrganizationalUnitName
Set the Organizational Unit Name (OU) of a DistinguishedName
.
struct OrganizationName
Set the Organization Name (O) of a DistinguishedName
.
struct StateOrProvinceName
Set the State or Province Name (ST) of a DistinguishedName
.
init(_ name: String)
Construct a street address
var name: String
The value of the street address field.
func makeRDN() throws -> RelativeDistinguishedName