• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

kleopatra

  • Kleo
  • Crypto
  • AbstractDecryptVerifyTask
Signals | Public Member Functions | Protected Member Functions | List of all members
Kleo::Crypto::AbstractDecryptVerifyTask Class Referenceabstract

#include <decryptverifytask.h>

Inheritance diagram for Kleo::Crypto::AbstractDecryptVerifyTask:
Inheritance graph
[legend]

Signals

void decryptVerifyResult (const boost::shared_ptr< const Kleo::Crypto::DecryptVerifyResult > &)
 

Public Member Functions

 AbstractDecryptVerifyTask (QObject *parent=0)
 
virtual ~AbstractDecryptVerifyTask ()
 
virtual void autodetectProtocolFromInput ()=0
 
KMime::Types::Mailbox informativeSender () const
 
void setInformativeSender (const KMime::Types::Mailbox &senders)
 
- Public Member Functions inherited from Kleo::Crypto::Task
 Task (QObject *parent=0)
 
 ~Task ()
 
bool asciiArmor () const
 
int id () const
 
virtual QString label () const =0
 
unsigned long long processedSize () const
 
QString progressLabel () const
 
virtual GpgME::Protocol protocol () const =0
 
void setAsciiArmor (bool armor)
 
void start ()
 
virtual QString tag () const
 
unsigned long long totalSize () const
 

Protected Member Functions

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
 
- Protected Member Functions inherited from Kleo::Crypto::Task
void emitResult (const boost::shared_ptr< const Task::Result > &result)
 
boost::shared_ptr< Result > makeErrorResult (int errCode, const QString &details)
 

Additional Inherited Members

- Public Slots inherited from Kleo::Crypto::Task
virtual void cancel ()=0
 
- Static Public Member Functions inherited from Kleo::Crypto::Task
static boost::shared_ptr< Task > makeErrorTask (int code, const QString &details, const QString &label)
 
- Protected Slots inherited from Kleo::Crypto::Task
void setProgress (const QString &msg, int processed, int total)
 

Detailed Description

Definition at line 68 of file decryptverifytask.h.

Constructor & Destructor Documentation

AbstractDecryptVerifyTask::AbstractDecryptVerifyTask ( QObject *  parent = 0)
explicit

Definition at line 750 of file decryptverifytask.cpp.

AbstractDecryptVerifyTask::~AbstractDecryptVerifyTask ( )
virtual

Definition at line 752 of file decryptverifytask.cpp.

Member Function Documentation

virtual void Kleo::Crypto::AbstractDecryptVerifyTask::autodetectProtocolFromInput ( )
pure virtual

Implemented in Kleo::Crypto::DecryptVerifyTask, Kleo::Crypto::VerifyOpaqueTask, Kleo::Crypto::VerifyDetachedTask, and Kleo::Crypto::DecryptTask.

void Kleo::Crypto::AbstractDecryptVerifyTask::decryptVerifyResult ( const boost::shared_ptr< const Kleo::Crypto::DecryptVerifyResult > &  )
signal
boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromDecryptResult ( const GpgME::DecryptionResult &  dr,
const QByteArray &  plaintext,
const AuditLog &  auditLog 
)
protected
shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromDecryptResult ( const GpgME::Error &  err,
const QString &  details,
const AuditLog &  auditLog 
)
protected

Definition at line 570 of file decryptverifytask.cpp.

boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromDecryptVerifyResult ( const GpgME::DecryptionResult &  dr,
const GpgME::VerificationResult &  vr,
const QByteArray &  plaintext,
const AuditLog &  auditLog 
)
protected
shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromDecryptVerifyResult ( const GpgME::Error &  err,
const QString &  what,
const AuditLog &  auditLog 
)
protected

Definition at line 598 of file decryptverifytask.cpp.

boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromVerifyDetachedResult ( const GpgME::VerificationResult &  vr,
const AuditLog &  auditLog 
)
protected
shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromVerifyDetachedResult ( const GpgME::Error &  err,
const QString &  details,
const AuditLog &  auditLog 
)
protected

Definition at line 652 of file decryptverifytask.cpp.

boost::shared_ptr<DecryptVerifyResult> Kleo::Crypto::AbstractDecryptVerifyTask::fromVerifyOpaqueResult ( const GpgME::VerificationResult &  vr,
const QByteArray &  plaintext,
const AuditLog &  auditLog 
)
protected
shared_ptr< DecryptVerifyResult > AbstractDecryptVerifyTask::fromVerifyOpaqueResult ( const GpgME::Error &  err,
const QString &  details,
const AuditLog &  auditLog 
)
protected

Definition at line 625 of file decryptverifytask.cpp.

Mailbox AbstractDecryptVerifyTask::informativeSender ( ) const

Definition at line 755 of file decryptverifytask.cpp.

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)

Definition at line 760 of file decryptverifytask.cpp.


The documentation for this class was generated from the following files:
  • decryptverifytask.h
  • decryptverifytask.cpp
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.

kleopatra

Skip menu "kleopatra"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal