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
int Kpgp::Base6::decrypt | ( | Block & | block, | |
const char * | passphrase = 0 | |||
) | [virtual] |
virtual int Kpgp::Base6::verify | ( | Block & | block | ) | [inline, virtual] |
Key * Kpgp::Base6::readPublicKey | ( | const KeyID & | keyID, | |
const bool | readTrust = false , |
|||
Key * | key = 0 | |||
) | [virtual] |
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.
KeyList Kpgp::Base6::publicKeys | ( | const QStringList & | patterns = QStringList() |
) | [virtual] |
Returns the list of public keys in the users public keyring.
Reimplemented from Kpgp::Base2.
Definition at line 229 of file kpgpbase6.cpp.
KeyList Kpgp::Base6::secretKeys | ( | const QStringList & | patterns = QStringList() |
) | [virtual] |
Returns the list of secret keys in the users secret keyring.
Reimplemented from Kpgp::Base2.
Definition at line 346 of file kpgpbase6.cpp.
The documentation for this class was generated from the following files: