libkleo
qgpgmesignencryptjob.h
Go to the documentation of this file.
52 : public _detail::ThreadedJobMixin<SignEncryptJob, boost::tuple<GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error> >
void resultHook(const result_type &r)
Definition: qgpgmesignencryptjob.cpp:146
QGpgMESignEncryptJob(GpgME::Context *context)
Definition: qgpgmesignencryptjob.cpp:58
GpgME::Context * context() const
Definition: threadedjobmixin.h:178
std::pair< GpgME::SigningResult, GpgME::EncryptionResult > exec(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText)
Definition: qgpgmesignencryptjob.cpp:133
void slotFinished()
Definition: threadedjobmixin.h:182
void showErrorDialog(QWidget *parent, const QString &caption) const
Definition: qgpgmesignencryptjob.cpp:140
GpgME::Error start(const std::vector< GpgME::Key > &signers, const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust)
boost::tuple< GpgME::SigningResult, GpgME::EncryptionResult, QByteArray, QString, GpgME::Error > result_type
Definition: threadedjobmixin.h:117
void setOutputIsBase64Encoded(bool on)
Definition: qgpgmesignencryptjob.cpp:67
~QGpgMESignEncryptJob()
Definition: qgpgmesignencryptjob.cpp:65
An abstract base class for asynchronous combined signing and encrypting.
Definition: signencryptjob.h:73
QObject * parent() const
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.