SignedPayload

struct SignedPayload : Codable, Hashable

The EUDCC SignedPayload

Properties

  • The signed payload data raw value

    Declaration

    Swift

    public let rawValue: Data

Initializer

  • Creates a new instance of EUDCC.SignedPayload

    Declaration

    Swift

    public init(
        prefix: String = "Signature1",
        cryptographicSignature: EUDCC.CryptographicSignature
    )

    Parameters

    prefix

    The SignedPayload prefix. Default value Signature1

    cryptographicSignature

    The EUDCC CryptographicSignature