25 QSharedPointer<SM_PROTECTED_LE> mExpectedLength;
26 QSharedPointer<SM_CHECKSUM> mChecksum;
44 [[nodiscard]] QByteArray
getMac()
const;
Definition: SecureMessagingApdu.h:18
Command APDU for Secure Messaging as defined in TR-03110-3.
Definition: SecureMessagingCommand.h:21
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:16