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

Public Member Functions | |
| KgpgKeyPrivate (const QString &id, const uint size, const KgpgCore::KgpgKeyTrust trust, const KgpgCore::KgpgKeyAlgo algo, const KgpgCore::KgpgSubKeyType subtype, const KgpgCore::KgpgSubKeyType keytype, const QDateTime &creationDate) | |
| bool | operator!= (const KgpgKeyPrivate &other) const | 
| bool | operator== (const KgpgKeyPrivate &other) const | 
  Public Member Functions inherited from QSharedData | |
| QSharedData () | |
| QSharedData (const QSharedData &other) | |
Public Attributes | |
| const KgpgKeyAlgo | gpgkeyalgo | 
| QString | gpgkeycomment | 
| const QDateTime | gpgkeycreation | 
| QDateTime | gpgkeyexpiration | 
| QString | gpgkeyfingerprint | 
| const QString | gpgkeyid | 
| QString | gpgkeymail | 
| QString | gpgkeyname | 
| gpgme_validity_t | gpgkeyownertrust | 
| bool | gpgkeysecret | 
| const uint | gpgkeysize | 
| const KgpgKeyTrust | gpgkeytrust | 
| const KgpgSubKeyType | gpgkeytype | 
| bool | gpgkeyvalid | 
| KgpgKeySubListPtr | gpgsublist | 
| const KgpgSubKeyType | gpgsubtype | 
Detailed Description
Constructor & Destructor Documentation
| KgpgCore::KgpgKeyPrivate::KgpgKeyPrivate | ( | const QString & | id, | 
| const uint | size, | ||
| const KgpgCore::KgpgKeyTrust | trust, | ||
| const KgpgCore::KgpgKeyAlgo | algo, | ||
| const KgpgCore::KgpgSubKeyType | subtype, | ||
| const KgpgCore::KgpgSubKeyType | keytype, | ||
| const QDateTime & | creationDate | ||
| ) | 
constructor
- Parameters
 - 
  
id id of the key (i.e. fingerprint) size length of the key in bits trust trust to this key algo public key algorithm subtype key capabilities of this subkey keytype key capabilities of this and all subkeys combined creationDate date of key creation  
Member Function Documentation
      
  | 
  inline | 
| bool KgpgCore::KgpgKeyPrivate::operator== | ( | const KgpgKeyPrivate & | other | ) | const | 
Definition at line 151 of file kgpgkey.cpp.
Member Data Documentation
| gpgme_validity_t KgpgCore::KgpgKeyPrivate::gpgkeyownertrust | 
| KgpgKeySubListPtr KgpgCore::KgpgKeyPrivate::gpgsublist | 
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