49class QGpgMEDecryptVerifyArchiveJob
53 :
public _detail::ThreadedJobMixin<DecryptVerifyArchiveJob, QGpgMEDecryptVerifyArchiveJobPrivate, std::tuple<GpgME::DecryptionResult, GpgME::VerificationResult, QString, GpgME::Error>>
62 explicit QGpgMEDecryptVerifyArchiveJob(GpgME::Context *context);
63 ~QGpgMEDecryptVerifyArchiveJob() =
default;
65 GpgME::Error
start(
const std::shared_ptr<QIODevice> &cipherText)
override;
68 Q_DECLARE_PRIVATE(QGpgMEDecryptVerifyArchiveJob)