Instance Methodswift-certificates 1.8.0X509
makeRDN
OrganizationName.swift:33func makeRDN() throws -> RelativeDistinguishedName
func makeRDN() throws -> RelativeDistinguishedName
s4X50916OrganizationNameV7makeRDNAA021RelativeDistinguishedC0VyKF
What are these?8M6RZ
import X509
A library for working with X.509 certificates.
struct OrganizationName
Set the Organization Name (O) 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 organization name
var name: String
The value of the organization name field.