Instance Propertyswift-certificates 1.8.0X509
debugDescription
AuthorityInformationAccess.swift:142var debugDescription: String { get }
var debugDescription: String { get }
s4X50926AuthorityInformationAccessV0D11DescriptionV05debugE0SSvp
What are these?8Q1X7
import X509
A library for working with X.509 certificates.
struct AccessDescription
Describes the location and format of additional information provided by the issuer of a given certificate.
struct AuthorityInformationAccess
Provides details on how to access information about the certificate issuer.
@frozen struct String
A Unicode string value that is a collection of characters.
init(method: AccessMethod, location: GeneralName)
Construct a new AccessDescription
from constituent parts.
var description: String { get }
var location: GeneralName
The location where the information may be found.
var method: AccessMethod
The format and meaning of the information at location
.
struct AccessMethod
The format and meaning of the information included in a single AccessDescription
object.