libkpgp
kpgpkey.h File Reference
#include <QtCore/QString>
#include <QtCore/QStringList>
#include <Qt3Support/Q3PtrList>
#include <time.h>
Go to the source code of this file.
|
Namespaces |
| namespace | Kpgp |
Classes |
| class | Kpgp::Key |
| | This class is used to store information about a PGP key. More...
|
| class | Kpgp::KeyIDList |
| class | Kpgp::KeyList |
| class | Kpgp::Subkey |
| | This class is used to store information about a subkey of a PGP key. More...
|
| class | Kpgp::UserID |
| | This class is used to store information about a user id of a PGP key. More...
|
Typedefs |
| typedef QByteArray | Kpgp::KeyID |
| typedef Q3PtrList< Key > | Kpgp::KeyListBase |
| typedef Q3PtrListIterator< Key > | Kpgp::KeyListIterator |
| typedef Q3PtrList< Subkey > | Kpgp::SubkeyList |
| typedef Q3PtrListIterator< Subkey > | Kpgp::SubkeyListIterator |
| typedef Q3PtrList< UserID > | Kpgp::UserIDList |
| typedef Q3PtrListIterator< UserID > | Kpgp::UserIDListIterator |
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
} |