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
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114