authorityInformationAccess
Identifies the authority information access extension, corresponding to AuthorityInformationAccess
.
static let authorityInformationAccess: ASN1ObjectIdentifier
Identifies the authority information access extension, corresponding to AuthorityInformationAccess
.
static let authorityInformationAccess: ASN1ObjectIdentifier
s9SwiftASN10B16ObjectIdentifierV4X509E0E11ExtensionIDO26authorityInformationAccessACvpZ
What are these?4VES0
import SwiftASN1
An implementation of ASN.1 types and DER serialization.
import X509
A library for working with X.509 certificates.
enum X509ExtensionID
OIDs that identify known X509 extensions.
struct ASN1ObjectIdentifier
An Object Identifier is a representation of some kind of object.
struct AuthorityInformationAccess
Provides details on how to access information about the certificate issuer.
static let authorityKeyIdentifier: ASN1ObjectIdentifier
Identifies the authority key identifier extension, corresponding to AuthorityKeyIdentifier
.
static let basicConstraints: ASN1ObjectIdentifier
Identifies the basic constraints extension, corresponding to BasicConstraints
.
static let extendedKeyUsage: ASN1ObjectIdentifier
Identifies the extended key usage extension, corresponding to ExtendedKeyUsage
.
static let keyUsage: ASN1ObjectIdentifier
Identifies the key usage extension, corresponding to KeyUsage
.
static let nameConstraints: ASN1ObjectIdentifier
Identifies the name constraints extension, corresponding to NameConstraints
.
static let subjectAlternativeName: ASN1ObjectIdentifier
Identifies the subject alternative name extension, corresponding to SubjectAlternativeNames
.
static let subjectKeyIdentifier: ASN1ObjectIdentifier
Identifies the subject key identifier extension, corresponding to SubjectKeyIdentifier
.