KeyID

struct KeyID : Codable, Hashable

The EUDCC TrustCertificate KeyID

Properties

  • The key id String raw value

    Declaration

    Swift

    public let rawValue: String

Initializer

  • Creates a new instance of EUDCC.TrustCertificate.KeyID

    Declaration

    Swift

    public init(rawValue: String)

    Parameters

    rawValue

    The key id String raw value

Convenience Initializer with CryptographicSignature