Name
Generic certificate name (e.g., subject, issuer)
PackageCollectionModel+v1.swift:489struct Name
Other members in extension
Type members
init(from: any Decoder
) throws init(subject: Name, issuer: Name
) Creates a
Certificate
Instance members
let issuer: Name
Issuer of the certificate
let subject: Name
Subject of the certificate
Citizens in PackageCollectionsModel
Conformances
protocol Decodable
A type that can decode itself from an external representation.
protocol Encodable
A type that can encode itself to an external representation.
protocol Equatable
A type that can be compared for value equality.
Type members
init(from: any Decoder
) throws init(userID: String?, commonName: String?, organizationalUnit: String?, organization: String?
) Creates a
Name
Instance members
let commonName: String?
Common name
let organization: String?
Organization
let organizationalUnit: String?
Organizational unit
let userID: String?
User ID
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.