kgpg
KgpgCore::KgpgKeySubPrivate Class Reference
#include <kgpgkey.h>
Inheritance diagram for KgpgCore::KgpgKeySubPrivate:

Public Member Functions | |
| KgpgKeySubPrivate (const QString &id, const uint size, const KgpgKeyTrust trust, const KgpgKeyAlgo algo, const KgpgSubKeyType type, const QDateTime &date) | |
| bool | operator!= (const KgpgKeySubPrivate &other) const |
| bool | operator== (const KgpgKeySubPrivate &other) const |
Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &other) | |
Public Attributes | |
| const KgpgKeyAlgo | gpgsubalgo |
| const QDateTime | gpgsubcreation |
| QDateTime | gpgsubexpiration |
| const QString | gpgsubid |
| const uint | gpgsubsize |
| const KgpgKeyTrust | gpgsubtrust |
| const KgpgSubKeyType | gpgsubtype |
| bool | gpgsubvalid |
Detailed Description
Constructor & Destructor Documentation
| KgpgCore::KgpgKeySubPrivate::KgpgKeySubPrivate | ( | const QString & | id, |
| const uint | size, | ||
| const KgpgKeyTrust | trust, | ||
| const KgpgKeyAlgo | algo, | ||
| const KgpgSubKeyType | type, | ||
| const QDateTime & | date | ||
| ) |
Definition at line 27 of file kgpgkey.cpp.
Member Function Documentation
|
inline |
| bool KgpgCore::KgpgKeySubPrivate::operator== | ( | const KgpgKeySubPrivate & | other | ) | const |
Definition at line 39 of file kgpgkey.cpp.
Member Data Documentation
| const QDateTime KgpgCore::KgpgKeySubPrivate::gpgsubcreation |
| const KgpgKeyTrust KgpgCore::KgpgKeySubPrivate::gpgsubtrust |
| const KgpgSubKeyType KgpgCore::KgpgKeySubPrivate::gpgsubtype |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
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
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.
KDE API Reference
Public Member Functions inherited from