49class QGpgMEVerifyDetachedJob
53 :
public _detail::ThreadedJobMixin<VerifyDetachedJob, QGpgMEVerifyDetachedJobPrivate, std::tuple<GpgME::VerificationResult, QString, GpgME::Error> >
62 explicit QGpgMEVerifyDetachedJob(GpgME::Context *context);
63 ~QGpgMEVerifyDetachedJob();
66 GpgME::Error
start(
const QByteArray &signature,
const QByteArray &signedData)
override;
69 void start(
const std::shared_ptr<QIODevice> &signature,
const std::shared_ptr<QIODevice> &signedData)
override;
72 GpgME::VerificationResult exec(
const QByteArray &signature,
73 const QByteArray &signedData)
override;
76 Q_DECLARE_PRIVATE(QGpgMEVerifyDetachedJob)