Instance Propertyswift-certificates 1.8.0X509
extensions
The underlying extensions.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var extensions: Certificate.Extensions
The underlying extensions.
var extensions: Certificate.Extensions
s4X50916ExtensionRequestV10extensionsAA11CertificateV10ExtensionsVvp
What are these?3OYN8
import X509
A library for working with X.509 certificates.
struct ExtensionRequest
A CSR Attribute that encapsulates the X.509 v3 extensions that the subscriber wishes to apply.
struct Certificate
struct Extensions
A representation of a collection of X.509 extensions.
init(_ attribute: CertificateSigningRequest.Attribute) throws
Unwrap a Attribute
that contains an ExtensionRequest
.
init(extensions: Certificate.Extensions)
Construct an ExtensionRequest
from a given set of extensions.