51 :
public _detail::ThreadedJobMixin<DecryptJob, void, std::tuple<GpgME::DecryptionResult, QByteArray, QString, GpgME::Error> >
60 explicit QGpgMEDecryptJob(GpgME::Context *context);
64 GpgME::Error
start(
const QByteArray &cipherText)
override;
67 void start(
const std::shared_ptr<QIODevice> &cipherText,
const std::shared_ptr<QIODevice> &plainText)
override;
70 GpgME::DecryptionResult exec(
const QByteArray &cipherText,
71 QByteArray &plainText)
override;