28 QSharedPointer<SM_PROCESSING_STATUS> mProcessingStatus;
29 QSharedPointer<SM_CHECKSUM> mChecksum;
37 [[nodiscard]] QByteArray
getMac()
const;
Definition SecureMessagingApdu.h:20
Response APDU for Secure Messaging as defined in TR-03110-3.
Definition SecureMessagingResponse.h:24
SecureMessagingResponse(const ResponseApdu &pApdu)
Definition SecureMessagingResponse.cpp:19
QByteArray getSecuredStatusCodeBytes() const
Returns the processing status bytes.
Definition SecureMessagingResponse.cpp:75
QByteArray getSecuredStatusCodeObjectEncoded() const
Returns the encoded ASN.1 object containing the processing status.
Definition SecureMessagingResponse.cpp:81
StatusCode getSecuredStatusCode() const
Returns the processing status.
Definition SecureMessagingResponse.cpp:57
QByteArray getMac() const
Returns the cryptographic checsum.
Definition SecureMessagingResponse.cpp:51
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17