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.CryptographicSignatureDeclaration
Swift
public init( protected: Data, unprotected: [Data: Data], payload: Data, signature: Data )Parameters
protectedThe protected paramter
unprotectedThe unprotected paramter
payloadThe payload parameter
signatureThe signature parameter
CryptographicSignature Structure Reference