34 #ifndef __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ 35 #define __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ 37 #include "verifydetachedjob.h" 39 #include "threadedjobmixin.h" 41 #ifdef BUILDING_QGPGME 42 # include "verificationresult.h" 44 #include <gpgme++/verificationresult.h> 67 GpgME::Error
start(
const QByteArray &signature,
const QByteArray &signedData) Q_DECL_OVERRIDE;
70 void start(
const std::shared_ptr<QIODevice> &signature,
const std::shared_ptr<QIODevice> &signedData) Q_DECL_OVERRIDE;
73 GpgME::VerificationResult exec(
const QByteArray &signature,
74 const QByteArray &signedData) Q_DECL_OVERRIDE;
77 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
80 GpgME::VerificationResult mResult;
85 #endif // __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ Definition: qgpgmeverifydetachedjob.h:50
Definition: threadedjobmixin.h:122
An abstract base class for asynchronous verification of detached signatures.
Definition: verifydetachedjob.h:67
Definition: abstractimportjob.h:47
GpgME::Error start(const QByteArray &signature, const QByteArray &signedData) Q_DECL_OVERRIDE
Definition: qgpgmeverifydetachedjob.cpp:97