qca
QCA::PGPKeyContextProps Class Reference
[QCA provider API]
OpenPGP key properties. More...
#include <QtCrypto>
Public Attributes | |
| QDateTime | creationDate |
| QDateTime | expirationDate |
| QString | fingerprint |
| bool | inKeyring |
| bool | isSecret |
| bool | isTrusted |
| QString | keyId |
| QStringList | userIds |
Detailed Description
OpenPGP key properties.
- Note:
- This class is part of the provider plugin interface and should not be used directly by applications. You probably want PGPKey instead.
For efficiency and simplicity, the members are directly accessed.
Definition at line 1605 of file qcaprovider.h.
Member Data Documentation
The time the key was created.
Definition at line 1627 of file qcaprovider.h.
The time the key expires.
Definition at line 1632 of file qcaprovider.h.
The hex fingerprint of the key.
The format is all lowercase with no spaces.
Definition at line 1639 of file qcaprovider.h.
True if this key is in a keyring (and thus usable), otherwise false.
Definition at line 1645 of file qcaprovider.h.
True if this key is a secret key, otherwise false.
Definition at line 1622 of file qcaprovider.h.
True if this key is trusted (e.g.
signed by the keyring owner or via some web-of-trust), otherwise false
Definition at line 1651 of file qcaprovider.h.
The key id.
Definition at line 1611 of file qcaprovider.h.
List of user id strings for the key, the first one being the primary user id.
Definition at line 1617 of file qcaprovider.h.
The documentation for this class was generated from the following file:
KDE 4.4 API Reference