Instance Methodswift-certificates 1.8.0X509
makeRDN
LocalityName.swift:33func makeRDN() throws -> RelativeDistinguishedName
func makeRDN() throws -> RelativeDistinguishedName
s4X50912LocalityNameV7makeRDNAA021RelativeDistinguishedC0VyKF
What are these?5KHNI
import X509
A library for working with X.509 certificates.
struct LocalityName
Set the Locality Name (L) 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 locality name
var name: String
The value of the locality name field.