Initializerswift-certificates 1.8.0X509
init(_:)
NameConstraints.swift:337init(_ elements: some Sequence<String>)
init(_ elements: some Sequence<String>)
s4X50915NameConstraintsV10URIDomainsVyAExcSTRzSS7ElementRtzlufc
What are these?4IMO8
import X509
A library for working with X.509 certificates.
struct URIDomains
struct NameConstraints
Constraints the namespace within which all subject names issued by a given CA must reside.
protocol Sequence<Element>
A type that provides sequential, iterated access to its elements.
@frozen struct String
A Unicode string value that is a collection of characters.
init(arrayLiteral elements: 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