kgpg
#include <kgpgkey.h>
Public Member Functions | |
KgpgKeySub (const QString &id, const uint size, const KgpgKeyTrust trust, const KgpgKeyAlgo algo, const KgpgSubKeyType type, const QDateTime &date) | |
KgpgKeySub (const KgpgKeySub &other) | |
KgpgKeyAlgo | algorithm () const |
QDateTime | creationDate () const |
QDateTime | expirationDate () const |
QString | id () const |
bool | operator!= (const KgpgKeySub &other) const |
KgpgKeySub & | operator= (const KgpgKeySub &other) |
bool | operator== (const KgpgKeySub &other) const |
void | setExpiration (const QDateTime &date) |
void | setValid (const bool valid) |
uint | size () const |
KgpgKeyTrust | trust () const |
KgpgSubKeyType | type () const |
bool | unlimited () const |
bool | valid () const |
Detailed Description
Constructor & Destructor Documentation
KgpgCore::KgpgKeySub::KgpgKeySub | ( | const QString & | id, |
const uint | size, | ||
const KgpgKeyTrust | trust, | ||
const KgpgKeyAlgo | algo, | ||
const KgpgSubKeyType | type, | ||
const QDateTime & | date | ||
) |
Definition at line 52 of file kgpgkey.cpp.
KgpgCore::KgpgKeySub::KgpgKeySub | ( | const KgpgKeySub & | other | ) |
Definition at line 58 of file kgpgkey.cpp.
Member Function Documentation
KgpgKeyAlgo KgpgCore::KgpgKeySub::algorithm | ( | ) | const |
Definition at line 103 of file kgpgkey.cpp.
QDateTime KgpgCore::KgpgKeySub::creationDate | ( | ) | const |
Definition at line 93 of file kgpgkey.cpp.
QDateTime KgpgCore::KgpgKeySub::expirationDate | ( | ) | const |
Definition at line 88 of file kgpgkey.cpp.
QString KgpgCore::KgpgKeySub::id | ( | ) | const |
Definition at line 73 of file kgpgkey.cpp.
|
inline |
KgpgKeySub & KgpgCore::KgpgKeySub::operator= | ( | const KgpgKeySub & | other | ) |
Definition at line 125 of file kgpgkey.cpp.
bool KgpgCore::KgpgKeySub::operator== | ( | const KgpgKeySub & | other | ) | const |
Definition at line 118 of file kgpgkey.cpp.
void KgpgCore::KgpgKeySub::setExpiration | ( | const QDateTime & | date | ) |
Definition at line 63 of file kgpgkey.cpp.
void KgpgCore::KgpgKeySub::setValid | ( | const bool | valid | ) |
Definition at line 68 of file kgpgkey.cpp.
uint KgpgCore::KgpgKeySub::size | ( | ) | const |
Definition at line 78 of file kgpgkey.cpp.
KgpgKeyTrust KgpgCore::KgpgKeySub::trust | ( | ) | const |
Definition at line 98 of file kgpgkey.cpp.
KgpgSubKeyType KgpgCore::KgpgKeySub::type | ( | ) | const |
Definition at line 113 of file kgpgkey.cpp.
bool KgpgCore::KgpgKeySub::unlimited | ( | ) | const |
Definition at line 83 of file kgpgkey.cpp.
bool KgpgCore::KgpgKeySub::valid | ( | ) | const |
Definition at line 108 of file kgpgkey.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.