libkleo
qgpgmesignencryptjob.cpp File Reference
#include "qgpgmesignencryptjob.h"
#include "ui/messagebox.h"
#include <qgpgme/dataprovider.h>
#include <gpgme++/context.h>
#include <gpgme++/data.h>
#include <gpgme++/key.h>
#include <gpgme++/exception.h>
#include <klocale.h>
#include <QBuffer>
#include <boost/weak_ptr.hpp>
#include <cassert>
Include dependency graph for qgpgmesignencryptjob.cpp:
Go to the source code of this file.
Functions | |
static QGpgMESignEncryptJob::result_type | sign_encrypt (Context *ctx, QThread *thread, const std::vector< Key > &signers, const std::vector< Key > &recipients, const weak_ptr< QIODevice > &plainText_, const weak_ptr< QIODevice > &cipherText_, bool alwaysTrust, bool outputIsBsse64Encoded) |
static QGpgMESignEncryptJob::result_type | sign_encrypt_qba (Context *ctx, const std::vector< Key > &signers, const std::vector< Key > &recipients, const QByteArray &plainText, bool alwaysTrust, bool outputIsBsse64Encoded) |
Function Documentation
|
static |
Definition at line 71 of file qgpgmesignencryptjob.cpp.
|
static |
Definition at line 116 of file qgpgmesignencryptjob.cpp.
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.