libkleo
qgpgmedecryptjob.cpp
Go to the documentation of this file.
61 static QGpgMEDecryptJob::result_type decrypt( Context * ctx, QThread * thread, const weak_ptr<QIODevice> & cipherText_, const weak_ptr<QIODevice> & plainText_ ) {
92 static QGpgMEDecryptJob::result_type decrypt_qba( Context * ctx, const QByteArray & cipherText ) {
105 void QGpgMEDecryptJob::start( const shared_ptr<QIODevice> & cipherText, const shared_ptr<QIODevice> & plainText ) {
QGpgMEDecryptJob(GpgME::Context *context)
Definition: qgpgmedecryptjob.cpp:53
void resultHook(const result_type &r)
Definition: qgpgmedecryptjob.cpp:119
void lateInitialization()
Definition: threadedjobmixin.h:146
QString audit_log_as_html(GpgME::Context *ctx, GpgME::Error &err)
GpgME::DecryptionResult exec(const QByteArray &cipherText, QByteArray &plainText)
Definition: qgpgmedecryptjob.cpp:109
boost::tuple< GpgME::DecryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:117
void run(const T_binder &func)
Definition: threadedjobmixin.h:153
static QGpgMEDecryptJob::result_type decrypt_qba(Context *ctx, const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:92
GpgME::Error start(const QByteArray &cipherText)
Definition: qgpgmedecryptjob.cpp:100
static QGpgMEDecryptJob::result_type decrypt(Context *ctx, QThread *thread, const weak_ptr< QIODevice > &cipherText_, const weak_ptr< QIODevice > &plainText_)
Definition: qgpgmedecryptjob.cpp:61
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.