34 #ifndef __QGPGME_QGPGMEDECRYPTJOB_H__ 35 #define __QGPGME_QGPGMEDECRYPTJOB_H__ 37 #include "decryptjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 42 # include "decryptionresult.h" 44 #include <gpgme++/decryptionresult.h> 67 GpgME::Error
start(
const QByteArray &cipherText) Q_DECL_OVERRIDE;
70 void start(
const std::shared_ptr<QIODevice> &cipherText,
const std::shared_ptr<QIODevice> &plainText) Q_DECL_OVERRIDE;
73 GpgME::DecryptionResult exec(
const QByteArray &cipherText,
74 QByteArray &plainText) Q_DECL_OVERRIDE;
77 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
80 GpgME::DecryptionResult mResult;
84 #endif // __QGPGME_QGPGMEDECRYPTJOB_H__ An abstract base class for asynchronous decrypters.
Definition: decryptjob.h:66
Definition: threadedjobmixin.h:123
Definition: qgpgmedecryptjob.h:50
Definition: abstractimportjob.h:47
GpgME::Error start(const QByteArray &cipherText) Q_DECL_OVERRIDE
Definition: qgpgmedecryptjob.cpp:105