Qt Cryptographic Architecture
|
#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.
QString QCA::PGPKeyContextProps::keyId |
The key id.
QStringList QCA::PGPKeyContextProps::userIds |
List of user id strings for the key, the first one being the primary user id.
bool QCA::PGPKeyContextProps::isSecret |
True if this key is a secret key, otherwise false.
QDateTime QCA::PGPKeyContextProps::creationDate |
The time the key was created.
QDateTime QCA::PGPKeyContextProps::expirationDate |
The time the key expires.
QString QCA::PGPKeyContextProps::fingerprint |
The hex fingerprint of the key.
The format is all lowercase with no spaces.
bool QCA::PGPKeyContextProps::inKeyring |
True if this key is in a keyring (and thus usable), otherwise false.
bool QCA::PGPKeyContextProps::isTrusted |
True if this key is trusted (e.g.
signed by the keyring owner or via some web-of-trust), otherwise false