22 :
public ASN1_OCTET_STRING {};
31 : public ASN1_OCTET_STRING {};
40 : public ASN1_OCTET_STRING {};
53 QSharedPointer<SM_ENCRYPTED_DATA> mEncryptedData;
54 QSharedPointer<SM_PROCESSING_STATUS> mProcessingStatus;
55 QSharedPointer<SM_CHECKSUM> mChecksum;
66 QByteArray getEncryptedData()
const;
71 QByteArray getEncryptedDataObjectEncoded()
const;
76 QByteArray getMac()
const;
81 StatusCode getSecuredStatusCode()
const;
86 QByteArray getSecuredStatusCodeBytes()
const;
91 QByteArray getSecuredStatusCodeObjectEncoded()
const;
96 bool isInvalid()
const;
Response APDU for Secure Messaging as defined in TR-03110-3.
Definition: SecureMessagingResponse.h:48
Message part of the Secure Messaging response APDU containing the cryptographic checksum.
Definition: SecureMessagingResponse.h:39
#define DECLARE_ASN1_OBJECT(name)
Definition: ASN1TemplateUtil.h:152
Message part of the Secure Messaging response APDU containing the processing status.
Definition: SecureMessagingResponse.h:30
Message part of the Secure Messaging response APDU containing the encrypted data. ...
Definition: SecureMessagingResponse.h:21