Instance Propertyswift-certificates 1.8.0X509
description
BasicConstraints.swift:61var description: String { get }
var description: String { get }
import X509
A library for working with X.509 certificates.
enum BasicConstraints
Identifies whether the subject of the certificate is a CA and the maximum verification depth of valid certificate paths that include this certificate.
@frozen struct String
A Unicode string value that is a collection of characters.
init(_ ext: Certificate.Extension) throws
Create a new BasicConstraints
object by unwrapping a Extension
.
var debugDescription: String { get }
func makeCertificateExtension() throws -> Certificate.Extension