Kpgp::UserID Class Reference
#include <kpgpkey.h>
Public Member Functions | |
UserID (const TQString &str, const Validity validity=KPGP_VALIDITY_UNKNOWN, const bool revoked=false, const bool invalid=false) | |
TQString | text () const |
bool | revoked () const |
bool | invalid () const |
Validity | validity () const |
void | setText (const TQString &str) |
void | setRevoked (const bool revoked) |
void | setInvalid (const bool invalid) |
void | setValidity (const Validity validity) |
Protected Attributes | |
bool | mRevoked: 1 |
bool | mInvalid: 1 |
Validity | mValidity |
TQString | mText |
Detailed Description
This class is used to store information about a user id of a PGP key.
Constructor & Destructor Documentation
Kpgp::UserID::UserID | ( | const TQString & | str, |
const Validity | validity = KPGP_VALIDITY_UNKNOWN , |
||
const bool | revoked = false , |
||
const bool | invalid = false |
||
) |
Constructs a new user id with the given values.
Definition at line 50 of file kpgpkey.cpp.
Member Function Documentation
bool Kpgp::UserID::invalid | ( | ) | const [inline] |
bool Kpgp::UserID::revoked | ( | ) | const [inline] |
void Kpgp::UserID::setInvalid | ( | const bool | invalid | ) | [inline] |
void Kpgp::UserID::setRevoked | ( | const bool | revoked | ) | [inline] |
void Kpgp::UserID::setText | ( | const TQString & | str | ) | [inline] |
void Kpgp::UserID::setValidity | ( | const Validity | validity | ) | [inline] |
TQString Kpgp::UserID::text | ( | ) | const [inline] |
Validity Kpgp::UserID::validity | ( | ) | const [inline] |
The documentation for this class was generated from the following files: