Instance Methodswift-certificates 1.13.0X509
hash(into:)
NameConstraints.swift:156- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
func hash(into hasher: inout Hasher) func hash(into hasher: inout Hasher) s4X50915NameConstraintsV8IPRangesV4hash4intoys6HasherVz_tF What are these?R4PXimport X509A library for working with X.509 certificates.
struct IPRangesstruct NameConstraintsConstraints the namespace within which all subject names issued by a given CA must reside.
@frozen struct HasherThe universal hash function used by Set and Dictionary.
init(_ elements: some Sequence<ASN1OctetString>) init(arrayLiteral elements: ASN1OctetString...) var description: String { get }var endIndex: NameConstraints.IPRanges.Index { get }var startIndex: NameConstraints.IPRanges.Index { get }subscript(position: NameConstraints.IPRanges.Index) -> ASN1OctetString { get } static func == (lhs: NameConstraints.IPRanges, rhs: NameConstraints.IPRanges) -> Bool func index(after i: NameConstraints.IPRanges.Index) -> NameConstraints.IPRanges.Index struct Index