libkpgp
kpgpkey.h File Reference
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <time.h>
Include dependency graph for kpgpkey.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kpgp::Key |
class | Kpgp::KeyIDList |
class | Kpgp::Subkey |
class | Kpgp::UserID |
Namespaces | |
Kpgp | |
Typedefs | |
typedef QByteArray | Kpgp::KeyID |
typedef QList< Key * > | Kpgp::KeyList |
typedef QList< Subkey * > | Kpgp::SubkeyList |
typedef QList< UserID * > | Kpgp::UserIDList |
Enumerations | |
enum | Kpgp::EncryptPref { Kpgp::NeverEncrypt = -1, Kpgp::UnknownEncryptPref = 0, Kpgp::AlwaysEncrypt = 1, Kpgp::AlwaysEncryptIfPossible = 2, Kpgp::AlwaysAskForEncryption = 3, Kpgp::AskWheneverPossible = 4 } |
enum | Kpgp::Validity { Kpgp::KPGP_VALIDITY_UNKNOWN = 0, Kpgp::KPGP_VALIDITY_UNDEFINED = 1, Kpgp::KPGP_VALIDITY_NEVER = 2, Kpgp::KPGP_VALIDITY_MARGINAL = 3, Kpgp::KPGP_VALIDITY_FULL = 4, Kpgp::KPGP_VALIDITY_ULTIMATE = 5 } |
Functions | |
bool | Kpgp::KeyCompare (Key *left, Key *right) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 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:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.