kleopatra
#include <config-kleopatra.h>
#include "keycache.h"
#include "keycache_p.h"
#include "predicates.h"
#include "smimevalidationpreferences.h"
#include <utils/filesystemwatcher.h>
#include <utils/progressmanager.h>
#include <kleo/stl_util.h>
#include <kleo/cryptobackendfactory.h>
#include <kleo/dn.h>
#include <kleo/keylistjob.h>
#include <kleo/listallkeysjob.h>
#include <gpgme++/error.h>
#include <gpgme++/key.h>
#include <gpgme++/decryptionresult.h>
#include <gpgme++/verificationresult.h>
#include <gpgme++/keylistresult.h>
#include <gpg-error.h>
#include <kmime/kmime_header_parsing.h>
#include <KLocalizedString>
#include <QPointer>
#include <QTimer>
#include <boost/bind.hpp>
#include <boost/mem_fn.hpp>
#include <boost/range.hpp>
#include <boost/weak_ptr.hpp>
#include <boost/iterator/filter_iterator.hpp>
#include <utility>
#include <algorithm>
#include <functional>
#include <iterator>
#include "moc_keycache_p.cpp"
#include "moc_keycache.cpp"
Go to the source code of this file.
|
#define | ACCEPT(meth) DO( !!, meth, !meth ) |
|
#define | DO(op, meth, meth2) if ( op key.meth() ) {} else { qDebug( "rejecting for signing: %s: %s", #meth2, key.primaryFingerprint() ); return false; } |
|
#define | DO(op, meth, meth2) if ( op key.meth() ) {} else { qDebug( "rejecting for encrypting: %s: %s", #meth2, key.primaryFingerprint() ); return false; } |
|
#define | REJECT(meth) DO( !, meth, meth ) |
|
#define ACCEPT |
( |
|
meth | ) |
DO( !!, meth, !meth ) |
#define DO |
( |
|
op, |
|
|
|
meth, |
|
|
|
meth2 |
|
) |
| if ( op key.meth() ) {} else { qDebug( "rejecting for signing: %s: %s", #meth2, key.primaryFingerprint() ); return false; } |
#define DO |
( |
|
op, |
|
|
|
meth, |
|
|
|
meth2 |
|
) |
| if ( op key.meth() ) {} else { qDebug( "rejecting for encrypting: %s: %s", #meth2, key.primaryFingerprint() ); return false; } |
#define REJECT |
( |
|
meth | ) |
DO( !, meth, meth ) |
static std::vector<std::string> emails |
( |
const Key & |
key | ) |
|
|
static |
const unsigned int hours2ms = 1000 * 60 * 60 |
|
static |
const unsigned int LIKELY_CHAIN_DEPTH = 3 |
|
static |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.