TrustCertificate
struct TrustCertificate : Codable, Hashable
An EUDCC TrustCertificate
-
The KeyID
Declaration
Swift
public let keyID: KeyID -
The contents of the certificate
Declaration
Swift
public let contents: String
-
Creates a new instance of
EUDCC.TrustCertificateDeclaration
Swift
public init( keyID: KeyID, contents: String )Parameters
keyIDThe KeyID
contentsThe contents of the certificate
-
The EUDCC TrustCertificate KeyID
See moreDeclaration
Swift
struct KeyID : Codable, Hashable
-
The PublicKey from SignerCertificate contents if available
Declaration
Swift
var publicKey: Security.SecKey? { get }
TrustCertificate Structure Reference