55 :
public _detail::ThreadedJobMixin<SignEncryptJob, std::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error> >
68 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
69 const std::vector<GpgME::Key> &recipients,
73 void start(
const std::vector<GpgME::Key> &signers,
74 const std::vector<GpgME::Key> &recipients,
75 const std::shared_ptr<QIODevice> &
plainText,
79 void start(
const std::vector<GpgME::Key> &signers,
80 const std::vector<GpgME::Key> &recipients,
81 const std::shared_ptr<QIODevice> &
plainText,
83 const GpgME::Context::EncryptionFlags
flags)
override;
85 std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
86 exec(
const std::vector<GpgME::Key> &signers,
87 const std::vector<GpgME::Key> &recipients,
91 std::pair<GpgME::SigningResult, GpgME::EncryptionResult>
92 exec(
const std::vector<GpgME::Key> &signers,
93 const std::vector<GpgME::Key> &recipients,
101 bool mOutputIsBase64Encoded;
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