kleopatra
uiserver/selectcertificatecommand.cpp File Reference
#include <config-kleopatra.h>
#include "selectcertificatecommand.h"
#include <dialogs/certificateselectiondialog.h>
#include <models/keycache.h>
#include <boost/mem_fn.hpp>
#include <kleo/stl_util.h>
#include <kleo/exception.h>
#include <gpgme++/key.h>
#include <gpg-error.h>
#include <KDebug>
#include <KLocale>
#include <QVariant>
#include <QByteArray>
#include <QIODevice>
#include <QList>
#include <QPointer>
#include <string>
#include <algorithm>
#include "moc_selectcertificatecommand.cpp"
Include dependency graph for uiserver/selectcertificatecommand.cpp:
Go to the source code of this file.
Variables | |
static const char | option_prefix [] = "prefix" |
struct { | |
const char * name | |
CertificateSelectionDialog::Option option | |
} | option_table [] |
Variable Documentation
const char* name |
Definition at line 114 of file uiserver/selectcertificatecommand.cpp.
Definition at line 115 of file uiserver/selectcertificatecommand.cpp.
|
static |
Definition at line 67 of file uiserver/selectcertificatecommand.cpp.
const { ... } option_table[] |
Initial value:
= {
{ "multi", CertificateSelectionDialog::MultiSelection },
{ "sign-only", CertificateSelectionDialog::SignOnly },
{ "encrypt-only", CertificateSelectionDialog::EncryptOnly },
{ "openpgp-only", CertificateSelectionDialog::OpenPGPFormat },
{ "x509-only", CertificateSelectionDialog::CMSFormat },
{ "secret-only", CertificateSelectionDialog::SecretKeys },
}
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:42 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:56:42 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.