libkpgp
Kpgp::Base6 Class Reference
Inheritance diagram for Kpgp::Base6:

Detailed Description
Definition at line 200 of file kpgpbase.h.
Public Member Functions | |
Base6 () | |
virtual | ~Base6 () |
virtual int | decrypt (Block &block, const char *passphrase=0) |
virtual int | verify (Block &block) |
virtual Key * | readPublicKey (const KeyID &keyID, const bool readTrust=false, Key *key=0) |
virtual KeyList | publicKeys (const QStringList &patterns=QStringList()) |
virtual KeyList | secretKeys (const QStringList &patterns=QStringList()) |
virtual int | isVersion6 () |
Protected Member Functions | |
virtual KeyList | parseKeyList (const QCString &, bool) |
Member Function Documentation
|
### This could be done by forcing PGP6 to be more verbose by adding an additional '+verbose=2' to the command line Reimplemented from Kpgp::Base2. Definition at line 49 of file kpgpbase6.cpp. |
|
Returns the list of public keys in the users public keyring.
Reimplemented from Kpgp::Base2. Definition at line 229 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 189 of file kpgpbase6.cpp. |
|
Returns the list of secret keys in the users secret keyring.
Reimplemented from Kpgp::Base2. Definition at line 346 of file kpgpbase6.cpp. |
|
Verifies the message.
Reimplemented from Kpgp::Base2. Definition at line 208 of file kpgpbase.h. |
The documentation for this class was generated from the following files: