35#ifndef __QGPGME_QGPGMEDECRYPTVERIFYJOB_H__
36#define __QGPGME_QGPGMEDECRYPTVERIFYJOB_H__
38#include "decryptverifyjob.h"
40#include "threadedjobmixin.h"
42#include <gpgme++/decryptionresult.h>
43#include <gpgme++/verificationresult.h>
48class QGpgMEDecryptVerifyJobPrivate;
54 :
public _detail::ThreadedJobMixin<DecryptVerifyJob, QGpgMEDecryptVerifyJobPrivate, std::tuple<GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error> >
73 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
An abstract base class for asynchronous combined decrypters and verifiers.
Definition decryptverifyjob.h:79
Definition qgpgmedecryptverifyjob.h:56
std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > exec(const QByteArray &cipherText, QByteArray &plainText) override
Definition qgpgmedecryptverifyjob.cpp:202
GpgME::Error start(const QByteArray &cipherText) override
Definition qgpgmedecryptverifyjob.cpp:184
Definition threadedjobmixin.h:126
Definition qgpgmebackend.h:43