init(from:)
init(from decoder: any Decoder) throws
init(from decoder: any Decoder) throws
s23PackageCollectionsModel0a10CollectionC0O2V1O9SignatureV11CertificateV4fromAIs7Decoder_p_tKcfc
What are these?WMNE
import PackageCollectionsModel
struct Certificate
enum PackageCollectionModel
enum V1
struct Signature
Package collection signature and associated metadata
protocol Decoder
A type that can decode values from a native format into in-memory representations.
init(subject: Name, issuer: Name)
Creates a Certificate
let issuer: Name
Issuer of the certificate
let subject: Name
Subject of the certificate
struct Name
Generic certificate name (e.g., subject, issuer)