kgpg
KgpgCore::KgpgKeySub Class Reference
#include <kgpgkey.h>

Detailed Description
Definition at line 343 of file kgpgkey.h.
Public Member Functions | |
| KgpgKeySub () | |
| KgpgKeySub (const KgpgKeySub &other) | |
| void | setId (const QString &id) |
| void | setSize (const uint &size) |
| void | setExpiration (const QDate &date) |
| void | setCreation (const QDate &date) |
| void | setTrust (const KgpgKeyTrust &trust) |
| void | setAlgorithm (const KgpgKeyAlgo &algo) |
| void | setValid (const bool &valid) |
| void | setType (const KgpgSubKeyType &type) |
| QString | id () const |
| uint | size () const |
| bool | unlimited () const |
| QDate | expirationDate () const |
| QDate | creationDate () const |
| KgpgKeyTrust | trust () const |
| KgpgKeyAlgo | algorithm () const |
| bool | valid () const |
| KgpgSubKeyType | type () const |
| QString | creation () const |
| QString | expiration () const |
| void | addSign (const KgpgKeySign &sign) |
| KgpgKeySignList | signList () const |
| bool | operator== (const KgpgKeySub &other) const |
| bool | operator!= (const KgpgKeySub &other) const |
| KgpgKeySub & | operator= (const KgpgKeySub &other) |
Constructor & Destructor Documentation
| KgpgCore::KgpgKeySub::KgpgKeySub | ( | ) |
Definition at line 367 of file kgpgkey.cpp.
| KgpgCore::KgpgKeySub::KgpgKeySub | ( | const KgpgKeySub & | other | ) |
Definition at line 375 of file kgpgkey.cpp.
Member Function Documentation
| void KgpgCore::KgpgKeySub::setId | ( | const QString & | id | ) |
Definition at line 381 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setSize | ( | const uint & | size | ) |
Definition at line 386 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setExpiration | ( | const QDate & | date | ) |
Definition at line 391 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setCreation | ( | const QDate & | date | ) |
Definition at line 396 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setTrust | ( | const KgpgKeyTrust & | trust | ) |
Definition at line 401 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setAlgorithm | ( | const KgpgKeyAlgo & | algo | ) |
Definition at line 406 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setValid | ( | const bool & | valid | ) |
Definition at line 411 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::setType | ( | const KgpgSubKeyType & | type | ) |
Definition at line 416 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeySub::id | ( | ) | const |
Definition at line 421 of file kgpgkey.cpp.
| uint KgpgCore::KgpgKeySub::size | ( | ) | const |
Definition at line 426 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeySub::unlimited | ( | ) | const |
Definition at line 431 of file kgpgkey.cpp.
| QDate KgpgCore::KgpgKeySub::expirationDate | ( | ) | const |
Definition at line 436 of file kgpgkey.cpp.
| QDate KgpgCore::KgpgKeySub::creationDate | ( | ) | const |
Definition at line 441 of file kgpgkey.cpp.
| KgpgKeyTrust KgpgCore::KgpgKeySub::trust | ( | ) | const |
Definition at line 446 of file kgpgkey.cpp.
| KgpgKeyAlgo KgpgCore::KgpgKeySub::algorithm | ( | ) | const |
Definition at line 451 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeySub::valid | ( | ) | const |
Definition at line 456 of file kgpgkey.cpp.
| KgpgSubKeyType KgpgCore::KgpgKeySub::type | ( | ) | const |
Definition at line 461 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeySub::creation | ( | ) | const |
Definition at line 466 of file kgpgkey.cpp.
| QString KgpgCore::KgpgKeySub::expiration | ( | ) | const |
Definition at line 471 of file kgpgkey.cpp.
| void KgpgCore::KgpgKeySub::addSign | ( | const KgpgKeySign & | sign | ) |
Definition at line 476 of file kgpgkey.cpp.
| KgpgKeySignList KgpgCore::KgpgKeySub::signList | ( | ) | const |
Definition at line 481 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeySub::operator== | ( | const KgpgKeySub & | other | ) | const |
Definition at line 486 of file kgpgkey.cpp.
| bool KgpgCore::KgpgKeySub::operator!= | ( | const KgpgKeySub & | other | ) | const [inline] |
| KgpgKeySub & KgpgCore::KgpgKeySub::operator= | ( | const KgpgKeySub & | other | ) |
Definition at line 493 of file kgpgkey.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference