Operatorswift-certificates 1.8.0X509
==(_:_:)
NameConstraints.swift:31static func == (lhs: Self, rhs: Self) -> Bool
static func == (lhs: Self, rhs: Self) -> Bool
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 Bool
A value type whose instances are either true
or false
.
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 }
func hash(into hasher: inout Hasher)
func index(after i: Index) -> Index
struct Index
typealias Element = String