kgpg
Namespaces | |
Convert | |
Images | |
Classes | |
class | EmailValidator |
class | KgpgKey |
class | KgpgKeyList |
class | KgpgKeyPrivate |
class | KgpgKeySub |
class | KgpgKeySubList |
class | KgpgKeySubPrivate |
Typedefs | |
typedef QPointer< KgpgKeySubList > | KgpgKeySubListPtr |
Enumerations | |
enum | KgpgItemTypeFlag { ITYPE_GROUP = 1, ITYPE_SECRET = 2, ITYPE_PUBLIC = 4, ITYPE_PAIR = ITYPE_SECRET | ITYPE_PUBLIC, ITYPE_GSECRET = ITYPE_GROUP | ITYPE_SECRET, ITYPE_GPUBLIC = ITYPE_GROUP | ITYPE_PUBLIC, ITYPE_GPAIR = ITYPE_GROUP | ITYPE_PAIR, ITYPE_SUB = 8, ITYPE_UID = 16, ITYPE_UAT = 32, ITYPE_REVSIGN = 64, ITYPE_SIGN = 128 } |
enum | KgpgKeyAlgoFlag { ALGO_UNKNOWN = 0, ALGO_RSA = 1, ALGO_DSA = 2, ALGO_ELGAMAL = 4, ALGO_DSA_ELGAMAL = ALGO_DSA | ALGO_ELGAMAL, ALGO_RSA_RSA = 0x10001 } |
enum | KgpgKeyTrustFlag { TRUST_MINIMUM = 0, TRUST_INVALID = 1, TRUST_DISABLED = 2, TRUST_REVOKED = 3, TRUST_EXPIRED = 4, TRUST_UNDEFINED = 5, TRUST_UNKNOWN = 6, TRUST_NONE = 7, TRUST_MARGINAL = 8, TRUST_FULL = 9, TRUST_ULTIMATE = 10, TRUST_NOKEY = 11 } |
enum | KgpgSubKeyTypeFlag { SKT_ENCRYPTION = 0x1, SKT_SIGNATURE = 0x2, SKT_AUTHENTICATION = 0x4, SKT_CERTIFICATION = 0x8 } |
Typedef Documentation
Enumeration Type Documentation
types of items in the item models
Every item in the item models is of one of the following types. Some of the items can have properties of more than one basic type, e.g. a key pair can act both as a secret and a public key. Because of this the value for key pairs is a composite of the two "elementary" types for secret and public keys. Other compositions than the ones defined here must not be used to set an item type, but may of course be used as a mask for comparison.
trust levels of keys, uids and uats
These values represent the trust that you have in a public key or obe if it's user ids or attributes (i.e. photo ids). They are more or less ordered by the level of trust. Every value but the first and the last matches one trust value that is
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.