67 :
public _detail::ThreadedJobMixin<SignEncryptJob, std::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error> >
80 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
81 const std::vector<GpgME::Key> &recipients,
85 void start(
const std::vector<GpgME::Key> &signers,
86 const std::vector<GpgME::Key> &recipients,
87 const std::shared_ptr<QIODevice> &
plainText,
91 void start(
const std::vector<GpgME::Key> &signers,
92 const std::vector<GpgME::Key> &recipients,
93 const std::shared_ptr<QIODevice> &
plainText,
95 const GpgME::Context::EncryptionFlags
flags)
override;
97 std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
98 exec(
const std::vector<GpgME::Key> &signers,
99 const std::vector<GpgME::Key> &recipients,
103 std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
104 exec(
const std::vector<GpgME::Key> &signers,
105 const std::vector<GpgME::Key> &recipients,
113 void resultHook(
const result_type &
r)
override;
116 bool mOutputIsBase64Encoded;
117 std::pair<GpgME::SigningResult, GpgME::EncryptionResult> mResult;
void start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText, bool alwaysTrust) override
void start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText, const GpgME::Context::EncryptionFlags flags) override
std::pair< GpgME::SigningResult, GpgME::EncryptionResult > exec(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, const GpgME::Context::EncryptionFlags flags, QByteArray &cipherText) override