libkleo
qgpgmedecryptverifyjob.h
Go to the documentation of this file.
49 : public _detail::ThreadedJobMixin<DecryptVerifyJob, boost::tuple<GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error> >
65 void start( const boost::shared_ptr<QIODevice> & cipherText, const boost::shared_ptr<QIODevice> & plainText );
GpgME::Context * context() const
Definition: threadedjobmixin.h:176
void slotFinished()
Definition: threadedjobmixin.h:180
~QGpgMEDecryptVerifyJob()
Definition: qgpgmedecryptverifyjob.cpp:60
std::pair< GpgME::DecryptionResult, GpgME::VerificationResult > exec(const QByteArray &cipherText, QByteArray &plainText)
Definition: qgpgmedecryptverifyjob.cpp:115
GpgME::Error start(const QByteArray &cipherText)
Definition: qgpgmedecryptverifyjob.cpp:105
boost::tuple< GpgME::DecryptionResult, GpgME::VerificationResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:115
An abstract base class for asynchronous combined decrypters and verifiers.
Definition: decryptverifyjob.h:65
void resultHook(const result_type &r)
Definition: qgpgmedecryptverifyjob.cpp:124
QGpgMEDecryptVerifyJob(GpgME::Context *context)
Definition: qgpgmedecryptverifyjob.cpp:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 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:57:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.