Instance Methodswift-certificates 1.8.0X509
makeRDN
StateOrProvinceName.swift:33func makeRDN() throws -> RelativeDistinguishedName
func makeRDN() throws -> RelativeDistinguishedName
s4X50919StateOrProvinceNameV7makeRDNAA021RelativeDistinguishedE0VyKF
What are these?9GYSU
import X509
A library for working with X.509 certificates.
struct StateOrProvinceName
Set the State or Province Name (ST) 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 state or province name
var name: String
The value of the state or province name field.