73 GpgME::Error
start(
const std::vector<GpgME::Key> &signers,
75 GpgME::SignatureMode
mode)
override;
78 void start(
const std::vector<GpgME::Key> &signers,
79 const std::shared_ptr<QIODevice> &
plainText,
80 const std::shared_ptr<QIODevice> &
signature,
81 GpgME::SignatureMode
mode)
override;
84 GpgME::SigningResult exec(
const std::vector<GpgME::Key> &signers,
86 GpgME::SignatureMode
mode,
93 void resultHook(
const result_type &
r)
override;
96 GpgME::SigningResult mResult;
97 bool mOutputIsBase64Encoded;
void start(const std::vector< GpgME::Key > &signers, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &signature, GpgME::SignatureMode mode) override