libkleo
qgpgmeverifydetachedjob.cpp
Go to the documentation of this file.
59 static QGpgMEVerifyDetachedJob::result_type verify_detached( Context * ctx, QThread * thread, const weak_ptr<QIODevice> & signature_, const weak_ptr<QIODevice> & signedData_ ) {
79 static QGpgMEVerifyDetachedJob::result_type verify_detached_qba( Context * ctx, const QByteArray & signature, const QByteArray & signedData ) {
94 Error QGpgMEVerifyDetachedJob::start( const QByteArray & signature, const QByteArray & signedData ) {
99 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:59
QGpgMEVerifyDetachedJob(GpgME::Context *context)
Definition: qgpgmeverifydetachedjob.cpp:51
~QGpgMEVerifyDetachedJob()
Definition: qgpgmeverifydetachedjob.cpp:57
GpgME::Error start(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:94
void resultHook(const result_type &r)
Definition: qgpgmeverifydetachedjob.cpp:112
void lateInitialization()
Definition: threadedjobmixin.h:144
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
boost::tuple< GpgME::VerificationResult, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
void run(const T_binder &func)
Definition: threadedjobmixin.h:151
GpgME::VerificationResult exec(const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:103
static QGpgMEVerifyDetachedJob::result_type verify_detached_qba(Context *ctx, const QByteArray &signature, const QByteArray &signedData)
Definition: qgpgmeverifydetachedjob.cpp:79
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.