CryptographicSignature
struct CryptographicSignature : Codable, Hashable
The EUDCC CryptographicSignature
-
The protected parameter
Declaration
Swift
public let protected: Data
-
The unprotected parameter
Declaration
Swift
public let unprotected: [Data : Data]
-
The payload parameter
Declaration
Swift
public let payload: Data
-
The signature parameter
Declaration
Swift
public let signature: Data
-
Creates a new instance of
EUDCC.CryptographicSignature
Declaration
Swift
public init( protected: Data, unprotected: [Data: Data], payload: Data, signature: Data )
Parameters
protected
The protected paramter
unprotected
The unprotected paramter
payload
The payload parameter
signature
The signature parameter