QCA::PGPKeyContextProps Class Reference
[QCA provider API]

OpenPGP key properties. More...

#include <QtCrypto>

Collaboration diagram for QCA::PGPKeyContextProps:

Collaboration graph
[legend]

List of all members.

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file:

Generated on Wed Apr 29 15:16:06 2009 for Qt Cryptographic Architecture by  doxygen 1.5.5