Instance Methodswift-certificates 1.13.0X509
makeCertificateExtension
BasicConstraints.swift:97- iOS
- 13+
- macOS
- 10.15+
- Mac Catalyst
- 13+
- tvOS
- 13+
- visionOS
- 1.0+
- watchOS
- 6+
func makeCertificateExtension() throws -> Certificate.Extension func makeCertificateExtension() throws -> Certificate.Extension s4X50916BasicConstraintsO24makeCertificateExtensionAA0E0V0F0VyKF What are these?699Z7import X509A library for working with X.509 certificates.
enum BasicConstraintsIdentifies whether the subject of the certificate is a CA and the maximum verification depth of valid certificate paths that include this certificate.
struct Certificatestruct ExtensionA general-purpose representation of a specific X.509 extension.
init(_ ext: Certificate.Extension) throws Create a new BasicConstraints object by unwrapping a Extension.
var debugDescription: String { get }var description: String { get }