Initializerswift-certificates 1.8.0X509
init(arrayLiteral:)
NameConstraints.swift:54init(arrayLiteral elements: String...)
init(arrayLiteral elements: String...)
s4X50915NameConstraintsV8DNSNamesV12arrayLiteralAESSd_tcfc
What are these?2XNHN
import X509
A library for working with X.509 certificates.
struct DNSNames
struct NameConstraints
Constraints the namespace within which all subject names issued by a given CA must reside.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ elements: some Sequence<String>)
var description: String { get }
var endIndex: Index { get }
var startIndex: Index { get }
subscript(position: Index) -> String { get }
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)
func index(after i: Index) -> Index
struct Index
typealias Element = String