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
◆ UserID()
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
◆ invalid()
|
inline |
◆ revoked()
|
inline |
◆ setInvalid()
|
inline |
◆ setRevoked()
|
inline |
◆ setText()
|
inline |
◆ setValidity()
|
inline |
◆ text()
|
inline |
◆ validity()
|
inline |
The documentation for this class was generated from the following files: