34 #ifndef __QGPGME_QGPGMESIGNENCRYPTARCHIVEJOB_H__
35 #define __QGPGME_QGPGMESIGNENCRYPTARCHIVEJOB_H__
37 #include "signencryptarchivejob.h"
39 #include "threadedjobmixin.h"
41 #include <gpgme++/encryptionresult.h>
42 #include <gpgme++/signingresult.h>
47 class QGpgMESignEncryptArchiveJobPrivate;
53 :
public _detail::ThreadedJobMixin<SignEncryptArchiveJob, QGpgMESignEncryptArchiveJobPrivate, std::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QString, GpgME::Error>>
65 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
66 const std::vector<GpgME::Key> &recipients,
67 const std::vector<QString> &paths,
68 const std::shared_ptr<QIODevice> &cipherText,
69 const GpgME::Context::EncryptionFlags flags)
override;
77 #endif // __QGPGME_QGPGMESIGNENCRYPTARCHIVEJOB_H__
Definition: qgpgmesignencryptarchivejob.h:49
GpgME::Error start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::vector< QString > &paths, const std::shared_ptr< QIODevice > &cipherText, const GpgME::Context::EncryptionFlags flags) override
Definition: qgpgmesignencryptarchivejob.cpp:173
Definition: threadedjobmixin.h:125
Definition: signencryptarchivejob.h:54
Definition: abstractimportjob.h:48