Instance Propertyswift-certificates 1.8.0X509
description
NameConstraints.swift:135var description: String { get }
var description: String { get }
import X509
A library for working with X.509 certificates.
struct IPRanges
struct NameConstraints
Constraints the namespace within which all subject names issued by a given CA must reside.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ elements: some Sequence<ASN1OctetString>)
init(arrayLiteral elements: ASN1OctetString...)
var endIndex: Index { get }
var startIndex: Index { get }
subscript(position: Index) -> ASN1OctetString { get }
static func == (lhs: Self, rhs: Self) -> Bool
func hash(into hasher: inout Hasher)
func index(after i: Index) -> Index
struct Index