OpenPGP key properties. More...
#include <QtCrypto>
Public Attributes | |
QDateTime | creationDate |
QDateTime | expirationDate |
QString | fingerprint |
bool | inKeyring |
bool | isSecret |
bool | isTrusted |
QString | keyId |
QStringList | userIds |
OpenPGP key properties.
For efficiency and simplicity, the members are directly accessed.
The key id.
List of user id strings for the key, the first one being the primary user id.
True if this key is a secret key, otherwise false.
The time the key was created.
The time the key expires.
The hex fingerprint of the key.
The format is all lowercase with no spaces.
True if this key is in a keyring (and thus usable), otherwise false.
True if this key is trusted (e.g.
signed by the keyring owner or via some web-of-trust), otherwise false