kleopatra
Kleo::Crypto::AbstractDecryptVerifyTask Class Reference
#include <decryptverifytask.h>
Inheritance diagram for Kleo::Crypto::AbstractDecryptVerifyTask:

Detailed Description
Definition at line 66 of file decryptverifytask.h.
Signals | |
| void | decryptVerifyResult (const boost::shared_ptr< const Kleo::Crypto::DecryptVerifyResult > &) |
Public Member Functions | |
| AbstractDecryptVerifyTask (QObject *parent=0) | |
| virtual void | autodetectProtocolFromInput ()=0 |
| KMime::Types::Mailbox | informativeSender () const |
| void | setInformativeSender (const KMime::Types::Mailbox &senders) |
| virtual | ~AbstractDecryptVerifyTask () |
Protected Member Functions | |
| boost::shared_ptr < DecryptVerifyResult > | fromDecryptResult (const GpgME::Error &err, const QString &details, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromDecryptResult (const GpgME::DecryptionResult &dr, const QByteArray &plaintext, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromDecryptVerifyResult (const GpgME::Error &err, const QString &what, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromDecryptVerifyResult (const GpgME::DecryptionResult &dr, const GpgME::VerificationResult &vr, const QByteArray &plaintext, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromVerifyDetachedResult (const GpgME::Error &err, const QString &details, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromVerifyDetachedResult (const GpgME::VerificationResult &vr, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromVerifyOpaqueResult (const GpgME::Error &err, const QString &details, const QString &auditLog) |
| boost::shared_ptr < DecryptVerifyResult > | fromVerifyOpaqueResult (const GpgME::VerificationResult &vr, const QByteArray &plaintext, const QString &auditLog) |
| virtual QString | inputLabel () const =0 |
| virtual QString | outputLabel () const =0 |
Constructor & Destructor Documentation
| AbstractDecryptVerifyTask::AbstractDecryptVerifyTask | ( | QObject * | parent = 0 |
) | [explicit] |
Definition at line 734 of file decryptverifytask.cpp.
| AbstractDecryptVerifyTask::~AbstractDecryptVerifyTask | ( | ) | [virtual] |
Definition at line 736 of file decryptverifytask.cpp.
Member Function Documentation
| virtual void Kleo::Crypto::AbstractDecryptVerifyTask::autodetectProtocolFromInput | ( | ) | [pure virtual] |
| void Kleo::Crypto::AbstractDecryptVerifyTask::decryptVerifyResult | ( | const boost::shared_ptr< const Kleo::Crypto::DecryptVerifyResult > & | ) | [signal] |
| shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromDecryptResult | ( | const GpgME::Error & | err, | |
| const QString & | details, | |||
| const QString & | auditLog | |||
| ) | [protected] |
Definition at line 556 of file decryptverifytask.cpp.
| boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromDecryptResult | ( | const GpgME::DecryptionResult & | dr, | |
| const QByteArray & | plaintext, | |||
| const QString & | auditLog | |||
| ) | [protected] |
| shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromDecryptVerifyResult | ( | const GpgME::Error & | err, | |
| const QString & | what, | |||
| const QString & | auditLog | |||
| ) | [protected] |
Definition at line 584 of file decryptverifytask.cpp.
| boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromDecryptVerifyResult | ( | const GpgME::DecryptionResult & | dr, | |
| const GpgME::VerificationResult & | vr, | |||
| const QByteArray & | plaintext, | |||
| const QString & | auditLog | |||
| ) | [protected] |
| shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromVerifyDetachedResult | ( | const GpgME::Error & | err, | |
| const QString & | details, | |||
| const QString & | auditLog | |||
| ) | [protected] |
Definition at line 638 of file decryptverifytask.cpp.
| boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromVerifyDetachedResult | ( | const GpgME::VerificationResult & | vr, | |
| const QString & | auditLog | |||
| ) | [protected] |
| shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromVerifyOpaqueResult | ( | const GpgME::Error & | err, | |
| const QString & | details, | |||
| const QString & | auditLog | |||
| ) | [protected] |
Definition at line 611 of file decryptverifytask.cpp.
| boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromVerifyOpaqueResult | ( | const GpgME::VerificationResult & | vr, | |
| const QByteArray & | plaintext, | |||
| const QString & | auditLog | |||
| ) | [protected] |
| Mailbox AbstractDecryptVerifyTask::informativeSender | ( | ) | const |
Definition at line 739 of file decryptverifytask.cpp.
| virtual QString Kleo::Crypto::AbstractDecryptVerifyTask::inputLabel | ( | ) | const [protected, pure virtual] |
| virtual QString Kleo::Crypto::AbstractDecryptVerifyTask::outputLabel | ( | ) | const [protected, pure virtual] |
| void Kleo::Crypto::AbstractDecryptVerifyTask::setInformativeSender | ( | const KMime::Types::Mailbox & | senders | ) |
The documentation for this class was generated from the following files:
KDE 4.1 API Reference