Instance Methodswift-certificates 1.8.0X509
index(after:)
NameConstraints.swift:95func index(after i: Index) -> Index
func index(after i: Index) -> Index
s4X50915NameConstraintsV8DNSNamesV5index5afterAE5IndexVAI_tF
What are these?1A5WL
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.
struct Index
init(_ elements: some Sequence<String>)
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)
typealias Element = String