Instance Methodswift-certificates 1.8.0X509
makeRDN
CountryName.swift:33func makeRDN() throws -> RelativeDistinguishedName
func makeRDN() throws -> RelativeDistinguishedName
s4X50911CountryNameV7makeRDNAA021RelativeDistinguishedC0VyKF
What are these?6A75X
import X509
A library for working with X.509 certificates.
struct CountryName
Set the Country Name (C) 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 country name
var name: String
The value of the country name field.