50class QGpgMEDecryptVerifyJob
54 :
public _detail::ThreadedJobMixin<DecryptVerifyJob, QGpgMEDecryptVerifyJobPrivate, std::tuple<GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error> >
63 explicit QGpgMEDecryptVerifyJob(GpgME::Context *context);
64 ~QGpgMEDecryptVerifyJob();
67 GpgME::Error
start(
const QByteArray &cipherText)
override;
70 void start(
const std::shared_ptr<QIODevice> &cipherText,
const std::shared_ptr<QIODevice> &plainText)
override;
73 std::pair<GpgME::DecryptionResult, GpgME::VerificationResult>
74 exec(
const QByteArray &cipherText, QByteArray &plainText)
override;
77 Q_DECLARE_PRIVATE(QGpgMEDecryptVerifyJob)
std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > exec(const QByteArray &cipherText, QByteArray &plainText) override
Definition qgpgmedecryptverifyjob.cpp:202