libkleo
qgpgmedecryptjob.cpp
Go to the documentation of this file.
59 static QGpgMEDecryptJob::result_type decrypt( Context * ctx, QThread * thread, const weak_ptr<QIODevice> & cipherText_, const weak_ptr<QIODevice> & plainText_ ) {
90 static QGpgMEDecryptJob::result_type decrypt_qba( Context * ctx, const QByteArray & cipherText ) {
103 void QGpgMEDecryptJob::start( const shared_ptr<QIODevice> & cipherText, const shared_ptr<QIODevice> & plainText ) {
QGpgMEDecryptJob(GpgME::Context *context)
Definition: qgpgmedecryptjob.cpp:51
void resultHook(const result_type &r)
Definition: qgpgmedecryptjob.cpp:117
void lateInitialization()
Definition: threadedjobmixin.h:144
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
GpgME::DecryptionResult exec(const QByteArray &cipherText, QByteArray &plainText)
Definition: qgpgmedecryptjob.cpp:107
boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
void run(const T_binder &func)
Definition: threadedjobmixin.h:151
static QGpgMEDecryptJob::result_type decrypt_qba(Context *ctx, const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:90
GpgME::Error start(const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:98
static QGpgMEDecryptJob::result_type decrypt(Context *ctx, QThread *thread, const weak_ptr< QIODevice > &cipherText_, const weak_ptr< QIODevice > &plainText_)
Definition: qgpgmedecryptjob.cpp:59
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.