#include <QtCrypto>
Public Attributes | |
QDateTime | creationDate |
QDateTime | expirationDate |
QString | fingerprint |
bool | inKeyring |
bool | isSecret |
bool | isTrusted |
QString | keyId |
QStringList | userIds |
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 a secret key, otherwise false.
True if this key is trusted (e.g.
signed by the keyring owner or via some web-of-trust), otherwise false
The key id.
List of user id strings for the key, the first one being the primary user id.