49class QGpgMESignEncryptArchiveJob
53 :
public _detail::ThreadedJobMixin<SignEncryptArchiveJob, QGpgMESignEncryptArchiveJobPrivate, std::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QString, GpgME::Error>>
62 explicit QGpgMESignEncryptArchiveJob(GpgME::Context *context);
63 ~QGpgMESignEncryptArchiveJob() =
default;
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;
72 Q_DECLARE_PRIVATE(QGpgMESignEncryptArchiveJob)
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