Instance Propertyswift-certificates 1.8.0X509
endIndex
AuthorityInformationAccess.swift:84var endIndex: Int { get }
var endIndex: Int { get }
import X509
A library for working with X.509 certificates.
struct AuthorityInformationAccess
Provides details on how to access information about the certificate issuer.
@frozen struct Int
A signed integer value type.
init()
Create a new empty AuthorityInformationAccess
object containing no access descriptions.
init<Descriptions>(_ descriptions: Descriptions) where Descriptions : Sequence, Descriptions.Element == AuthorityInformationAccess.AccessDescription
Create a new AuthorityInformationAccess
object containing specific access descriptions.
init(_ ext: Certificate.Extension) throws
Create a new AuthorityInformationAccess
object by unwrapping a Extension
.
var debugDescription: String { get }
var description: String { get }
var startIndex: Int { get }
subscript(position: Int) -> AccessDescription { get set }
func makeCertificateExtension() throws -> Certificate.Extension
mutating func replaceSubrange(_ subrange: Range<Int>, with newElements: some Collection<AccessDescription>)
struct AccessDescription
Describes the location and format of additional information provided by the issuer of a given certificate.