Instance Propertyswift-certificates 1.8.0X509
debugDescription
AuthorityInformationAccess.swift:206var debugDescription: String { get }
var debugDescription: String { get }
s4X50926AuthorityInformationAccessV0D11DescriptionV0D6MethodV05debugE0SSvp
What are these?9BE5U
import X509
A library for working with X.509 certificates.
struct AccessMethod
The format and meaning of the information included in a single AccessDescription
object.
struct AuthorityInformationAccess
Provides details on how to access information about the certificate issuer.
struct AccessDescription
Describes the location and format of additional information provided by the issuer of a given certificate.
@frozen struct String
A Unicode string value that is a collection of characters.
static let issuingCA: AuthorityInformationAccess.AccessDescription.AccessMethod
A location from which a copy of the issuing CA certificate may be obtained.
static let ocspServer: AuthorityInformationAccess.AccessDescription.AccessMethod
Represents an OCSP server that can be queried for certificate revocation information.
var description: String { get }