kleopatra
#include <decryptverifytask.h>
|
boost::shared_ptr
< DecryptVerifyResult > | fromDecryptResult (const GpgME::DecryptionResult &dr, const QByteArray &plaintext, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromDecryptResult (const GpgME::Error &err, const QString &details, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromDecryptVerifyResult (const GpgME::DecryptionResult &dr, const GpgME::VerificationResult &vr, const QByteArray &plaintext, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromDecryptVerifyResult (const GpgME::Error &err, const QString &what, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromVerifyDetachedResult (const GpgME::VerificationResult &vr, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromVerifyDetachedResult (const GpgME::Error &err, const QString &details, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromVerifyOpaqueResult (const GpgME::VerificationResult &vr, const QByteArray &plaintext, const AuditLog &auditLog) |
|
boost::shared_ptr
< DecryptVerifyResult > | fromVerifyOpaqueResult (const GpgME::Error &err, const QString &details, const AuditLog &auditLog) |
|
virtual QString | inputLabel () const =0 |
|
virtual QString | outputLabel () const =0 |
|
void | emitResult (const boost::shared_ptr< const Task::Result > &result) |
|
boost::shared_ptr< Result > | makeErrorResult (int errCode, const QString &details) |
|
Definition at line 68 of file decryptverifytask.h.
AbstractDecryptVerifyTask::AbstractDecryptVerifyTask |
( |
QObject * |
parent = 0 | ) |
|
|
explicit |
AbstractDecryptVerifyTask::~AbstractDecryptVerifyTask |
( |
| ) |
|
|
virtual |
virtual void Kleo::Crypto::AbstractDecryptVerifyTask::autodetectProtocolFromInput |
( |
| ) |
|
|
pure virtual |
boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromDecryptVerifyResult |
( |
const GpgME::DecryptionResult & |
dr, |
|
|
const GpgME::VerificationResult & |
vr, |
|
|
const QByteArray & |
plaintext, |
|
|
const AuditLog & |
auditLog |
|
) |
| |
|
protected |
Mailbox AbstractDecryptVerifyTask::informativeSender |
( |
| ) |
const |
virtual QString Kleo::Crypto::AbstractDecryptVerifyTask::inputLabel |
( |
| ) |
const |
|
protectedpure virtual |
virtual QString Kleo::Crypto::AbstractDecryptVerifyTask::outputLabel |
( |
| ) |
const |
|
protectedpure virtual |
void AbstractDecryptVerifyTask::setInformativeSender |
( |
const KMime::Types::Mailbox & |
senders | ) |
|
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:56:43 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.