Instance Propertyswift-certificates 1.8.0X509
description
RDNAttribute.swift:154var description: String { get }
var description: String { get }
s4X50925RelativeDistinguishedNameV9AttributeV5ValueV11descriptionSSvp
What are these?9KZRZ
import X509
A library for working with X.509 certificates.
struct Value
struct RelativeDistinguishedName
A RelativeDistinguishedName
is a collection of elements at a single level of a hierarchical DistinguishedName
.
struct Attribute
A single attribute of a RelativeDistinguishedName
.
@frozen struct String
A Unicode string value that is a collection of characters.
init(asn1Any: ASN1Any)
init(printableString: String) throws
A helper constructor to construct a Value
with an ASN1PrintableString
.
init(utf8String: String)
A helper constructor to construct a Value
with an ASN1UTF8String
.
var debugDescription: String { get }