34 #ifndef __QGPGME_QGPGMESIGNENCRYPTARCHIVEJOB_H__
35 #define __QGPGME_QGPGMESIGNENCRYPTARCHIVEJOB_H__
37 #include "signencryptarchivejob.h"
39 #include "threadedjobmixin.h"
41 #include <encryptionresult.h>
42 #include <signingresult.h>
51 :
public _detail::ThreadedJobMixin<SignEncryptArchiveJob, std::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QString, GpgME::Error>>
63 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
64 const std::vector<GpgME::Key> &recipients,
65 const std::vector<QString> &paths,
66 const std::shared_ptr<QIODevice> &cipherText,
67 const GpgME::Context::EncryptionFlags flags)
override;
Definition: qgpgmesignencryptarchivejob.h:53
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:176
Definition: signencryptarchivejob.h:57
Definition: threadedjobmixin.h:131