Definition SecureMessagingApdu.h:20
QByteArray getEncryptedData() const
Returns the encrypted data without padding-content indicator.
Definition SecureMessagingApdu.cpp:57
SecureMessagingApdu()
Definition SecureMessagingApdu.cpp:19
void setValid()
Definition SecureMessagingApdu.cpp:51
bool isValid() const
Is the message structure invalid, i.e.
Definition SecureMessagingApdu.cpp:69
QByteArray getEncryptedDataObjectEncoded() const
Returns the encoded ASN.1 object containing the encrypted data.
Definition SecureMessagingApdu.cpp:63
bool decodeData(QByteArray &pData)
Definition SecureMessagingApdu.cpp:26
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