libkpgp
Kpgp::Base6 Class Reference
#include <kpgpbase.h>
Inheritance diagram for Kpgp::Base6:

Detailed Description
Definition at line 199 of file kpgpbase.h.
Public Member Functions | |
| Base6 () | |
| virtual int | decrypt (Block &block, const char *passphrase=0) |
| virtual int | isVersion6 () |
| virtual KeyList | publicKeys (const QStringList &patterns=QStringList()) |
| virtual Key * | readPublicKey (const KeyID &keyID, const bool readTrust=false, Key *key=0) |
| virtual KeyList | secretKeys (const QStringList &patterns=QStringList()) |
| virtual int | verify (Block &block) |
| virtual | ~Base6 () |
Protected Member Functions | |
| virtual KeyList | parseKeyList (const QByteArray &, bool) |
Constructor & Destructor Documentation
| Kpgp::Base6::Base6 | ( | ) |
Definition at line 35 of file kpgpbase6.cpp.
| Kpgp::Base6::~Base6 | ( | ) | [virtual] |
Definition at line 41 of file kpgpbase6.cpp.
Member Function Documentation
| int Kpgp::Base6::decrypt | ( | Block & | , | |
| const char * | = 0 | |||
| ) | [virtual] |
| int Kpgp::Base6::isVersion6 | ( | ) | [virtual] |
Definition at line 351 of file kpgpbase6.cpp.
| KeyList Kpgp::Base6::parseKeyList | ( | const QByteArray & | output, | |
| bool | secretKeys | |||
| ) | [protected, virtual] |
| KeyList Kpgp::Base6::publicKeys | ( | const QStringList & | = QStringList() |
) | [virtual] |
Returns the list of public keys in the users public keyring.
Reimplemented from Kpgp::Base2.
Definition at line 227 of file kpgpbase6.cpp.
Reads the key data for the given key and returns it.
If readTrust is true then the trust of this key will be determined. If key is not null then the key data will be stored in given key.
Reimplemented from Kpgp::Base2.
Definition at line 187 of file kpgpbase6.cpp.
| KeyList Kpgp::Base6::secretKeys | ( | const QStringList & | = QStringList() |
) | [virtual] |
Returns the list of secret keys in the users secret keyring.
Reimplemented from Kpgp::Base2.
Definition at line 344 of file kpgpbase6.cpp.
| virtual int Kpgp::Base6::verify | ( | Block & | block | ) | [inline, virtual] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference