libkpgp

Kpgp::Base6 Class Reference

Inheritance diagram for Kpgp::Base6:

Kpgp::Base2 Kpgp::Base List of all members.

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 KeyreadPublicKey (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]
 

### 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 48 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 228 of file kpgpbase6.cpp.

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 188 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 345 of file kpgpbase6.cpp.

virtual int Kpgp::Base6::verify Block block  )  [inline, virtual]
 

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:
KDE Home | KDE Accessibility Home | Description of Access Keys