messageviewer
MessageViewer::KleoJobExecutor Class Reference
#include <kleojobexecutor.h>
Inheritance diagram for MessageViewer::KleoJobExecutor:
Public Member Functions | |
KleoJobExecutor (QObject *parent=0) | |
QString | auditLogAsHtml () const |
GpgME::Error | auditLogError () const |
GpgME::VerificationResult | exec (Kleo::VerifyDetachedJob *job, const QByteArray &signature, const QByteArray &signedData) |
GpgME::VerificationResult | exec (Kleo::VerifyOpaqueJob *job, const QByteArray &signedData, QByteArray &plainText) |
std::pair < GpgME::DecryptionResult, GpgME::VerificationResult > | exec (Kleo::DecryptVerifyJob *job, const QByteArray &cipherText, QByteArray &plainText) |
GpgME::ImportResult | exec (Kleo::ImportJob *job, const QByteArray &certData) |
Detailed Description
Helper class for synchronous execution of Kleo crypto jobs.
Definition at line 44 of file kleojobexecutor.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 40 of file kleojobexecutor.cpp.
Member Function Documentation
QString KleoJobExecutor::auditLogAsHtml | ( | ) | const |
Definition at line 158 of file kleojobexecutor.cpp.
|
inline |
Definition at line 61 of file kleojobexecutor.h.
GpgME::VerificationResult KleoJobExecutor::exec | ( | Kleo::VerifyDetachedJob * | job, |
const QByteArray & | signature, | ||
const QByteArray & | signedData | ||
) |
Definition at line 47 of file kleojobexecutor.cpp.
GpgME::VerificationResult KleoJobExecutor::exec | ( | Kleo::VerifyOpaqueJob * | job, |
const QByteArray & | signedData, | ||
QByteArray & | plainText | ||
) |
Definition at line 62 of file kleojobexecutor.cpp.
std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > KleoJobExecutor::exec | ( | Kleo::DecryptVerifyJob * | job, |
const QByteArray & | cipherText, | ||
QByteArray & | plainText | ||
) |
Definition at line 80 of file kleojobexecutor.cpp.
GpgME::ImportResult KleoJobExecutor::exec | ( | Kleo::ImportJob * | job, |
const QByteArray & | certData | ||
) |
Definition at line 98 of file kleojobexecutor.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:58 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:55:58 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.