libkleo
qgpgmeverifydetachedjob.cpp
Go to the documentation of this file.
61 static QGpgMEVerifyDetachedJob::result_type verify_detached( Context * ctx, QThread * thread, const weak_ptr<QIODevice> & signature_, const weak_ptr<QIODevice> & signedData_ ) {
81 static QGpgMEVerifyDetachedJob::result_type verify_detached_qba( Context * ctx, const QByteArray & signature, const QByteArray & signedData ) {
96 Error QGpgMEVerifyDetachedJob::start( const QByteArray & signature, const QByteArray & signedData ) {
101 void QGpgMEVerifyDetachedJob::start( const shared_ptr<QIODevice> & signature, const shared_ptr<QIODevice> & signedData ) {
static QGpgMEVerifyDetachedJob::result_type verify_detached(Context *ctx, QThread *thread, const weak_ptr< QIODevice > &signature_, const weak_ptr< QIODevice > &signedData_)
Definition: qgpgmeverifydetachedjob.cpp:61
QGpgMEVerifyDetachedJob(GpgME::Context *context)
Definition: qgpgmeverifydetachedjob.cpp:53
~QGpgMEVerifyDetachedJob()
Definition: qgpgmeverifydetachedjob.cpp:59
GpgME::Error start(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:96
void resultHook(const result_type &r)
Definition: qgpgmeverifydetachedjob.cpp:114
void lateInitialization()
Definition: threadedjobmixin.h:146
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:117
void run(const T_binder &func)
Definition: threadedjobmixin.h:153
GpgME::VerificationResult exec(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:105
static QGpgMEVerifyDetachedJob::result_type verify_detached_qba(Context *ctx, const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:81
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.