35 #ifndef __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ 36 #define __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ 38 #include "verifydetachedjob.h" 40 #include "threadedjobmixin.h" 42 #ifdef BUILDING_QGPGME 43 # include "verificationresult.h" 45 #include <gpgme++/verificationresult.h> 68 GpgME::Error
start(
const QByteArray &signature,
const QByteArray &signedData) Q_DECL_OVERRIDE;
71 void start(
const std::shared_ptr<QIODevice> &signature,
const std::shared_ptr<QIODevice> &signedData) Q_DECL_OVERRIDE;
74 GpgME::VerificationResult exec(
const QByteArray &signature,
75 const QByteArray &signedData) Q_DECL_OVERRIDE;
78 void resultHook(
const result_type &r) Q_DECL_OVERRIDE;
81 GpgME::VerificationResult mResult;
86 #endif // __QGPGME_QGPGMEVERIFYDETACHEDJOB_H__ Definition: qgpgmeverifydetachedjob.h:51
Definition: threadedjobmixin.h:124
An abstract base class for asynchronous verification of detached signatures.
Definition: verifydetachedjob.h:68
Definition: abstractimportjob.h:48
GpgME::Error start(const QByteArray &signature, const QByteArray &signedData) Q_DECL_OVERRIDE
Definition: qgpgmeverifydetachedjob.cpp:98