Certificate
PackageCollectionModel+v1.swift:475struct Certificate
Other members in extension
Type members
Instance members
let certificate: Certificate
Details about the certificate used to generate the signature
let signature: String
The signature
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.
Types
struct Name
Generic certificate name (e.g., subject, issuer)
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
Type features
static func != (lhs: Self, rhs: Self
) -> Bool Returns a Boolean value indicating whether two values are not equal.