Instance Methodswift-certificates 1.8.0X509
makeRDN
OrganizationalUnitName.swift:33func makeRDN() throws -> RelativeDistinguishedName
func makeRDN() throws -> RelativeDistinguishedName
s4X50922OrganizationalUnitNameV7makeRDNAA021RelativeDistinguishedD0VyKF
What are these?3NH6J
import X509
A library for working with X.509 certificates.
struct OrganizationalUnitName
Set the Organizational Unit Name (OU) of a DistinguishedName
.
struct RelativeDistinguishedName
A RelativeDistinguishedName
is a collection of elements at a single level of a hierarchical DistinguishedName
.
init(_ name: String)
Construct a new organizational unit name
var name: String
The value of the organizational unit name field.