Initializerswift-certificates 1.8.0X509
init(_:)
Construct a new organization name
init(_ name: String)
Parameters
- name
The value of the organization name
Construct a new organization name
init(_ name: String)
The value of the organization name
import X509
A library for working with X.509 certificates.
struct OrganizationName
Set the Organization Name (O) of a DistinguishedName
.
@frozen struct String
A Unicode string value that is a collection of characters.
var name: String
The value of the organization name field.
func makeRDN() throws -> RelativeDistinguishedName