12class test_SecureMessaging;
48 [[nodiscard]] QByteArray
getMac() const;
SecureMessagingApdu()
Definition SecureMessagingApdu.cpp:19
friend class ::test_SecureMessaging
Definition SecureMessagingCommand.h:26
QByteArray getExpectedLengthObjectEncoded() const
Returns the encoded ASN.1 object containing the expected length.
Definition SecureMessagingCommand.cpp:76
int getExpectedLength() const
Returns the expected length.
Definition SecureMessagingCommand.cpp:48
SecureMessagingCommand(const CommandApdu &pApdu)
Definition SecureMessagingCommand.cpp:20
QByteArray getMac() const
Returns the cryptographic checsum.
Definition SecureMessagingCommand.cpp:82
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17
Message part of the Secure Messaging command/response APDU containing the cryptographic checksum.
Definition SecureMessagingTypes.h:50
Message part of the Secure Messaging command APDU containing the expected length.
Definition SecureMessagingTypes.h:32