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

QString keyId
QStringList userIds
bool isSecret
QDateTime creationDate
QDateTime expirationDate
QString fingerprint
bool inKeyring
bool isTrusted

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

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


The documentation for this class was generated from the following file:
Generated on Tue Aug 28 08:23:00 2007 for Qt Cryptographic Architecture by  doxygen 1.5.2