Operatorswift-certificates 1.13.0X509
==(_:_:)
NameConstraints.swift:320- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
static func == (lhs: NameConstraints.URIDomains, rhs: NameConstraints.URIDomains) -> Bool static func == (lhs: NameConstraints.URIDomains, rhs: NameConstraints.URIDomains) -> Bool import X509A library for working with X.509 certificates.
struct URIDomainsstruct NameConstraintsConstraints the namespace within which all subject names issued by a given CA must reside.
@frozen struct BoolA value type whose instances are either true or false.
init(_ elements: some Sequence<String>) init(arrayLiteral elements: String...) var description: String { get }var endIndex: NameConstraints.URIDomains.Index { get }var startIndex: NameConstraints.URIDomains.Index { get }subscript(position: NameConstraints.URIDomains.Index) -> String { get } func hash(into hasher: inout Hasher) func index(after i: NameConstraints.URIDomains.Index) -> NameConstraints.URIDomains.Index struct Index