libkpgp
#include <kpgpbase.h>
Public Member Functions | |
Base6 () | |
virtual | ~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) |
Public Member Functions inherited from Kpgp::Base2 | |
Base2 () | |
virtual | ~Base2 () |
virtual int | clearsign (Block &block, const char *passphrase) |
virtual int | encrypt (Block &block, const KeyIDList &recipients) |
virtual int | encsign (Block &block, const KeyIDList &recipients, const char *passphrase=0) |
virtual QByteArray | getAsciiPublicKey (const KeyID &keyID) |
virtual int | signKey (const KeyID &keyID, const char *passphrase) |
Public Member Functions inherited from Kpgp::Base | |
Base () | |
virtual | ~Base () |
virtual QString | lastErrorMessage () const |
Protected Member Functions | |
virtual KeyList | parseKeyList (const QByteArray &, bool) |
Protected Member Functions inherited from Kpgp::Base2 | |
KeyList | doGetPublicKeys (const QByteArray &cmd, const QStringList &patterns) |
Protected Member Functions inherited from Kpgp::Base | |
QByteArray | addUserId () |
virtual void | clear () |
virtual int | run (const char *cmd, const char *passphrase=0, bool onlyReadFromPGP=false) |
virtual int | runGpg (const char *cmd, const char *passphrase=0, bool onlyReadFromGnuPG=false) |
Additional Inherited Members | |
Protected Attributes inherited from Kpgp::Base | |
QString | errMsg |
QByteArray | error |
QByteArray | input |
QByteArray | mVersion |
QByteArray | output |
int | status |
Detailed Description
Definition at line 199 of file kpgpbase.h.
Constructor & Destructor Documentation
Kpgp::Base6::Base6 | ( | ) |
Definition at line 33 of file kpgpbase6.cpp.
|
virtual |
Definition at line 39 of file kpgpbase6.cpp.
Member Function Documentation
|
virtual |
Decrypts the message.
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 45 of file kpgpbase6.cpp.
|
virtual |
Definition at line 346 of file kpgpbase6.cpp.
|
protectedvirtual |
Reimplemented from Kpgp::Base2.
Definition at line 727 of file kpgpbase6.cpp.
|
virtual |
Returns the list of public keys in the users public keyring.
Reimplemented from Kpgp::Base2.
Definition at line 222 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 184 of file kpgpbase6.cpp.
|
virtual |
Returns the list of secret keys in the users secret keyring.
Reimplemented from Kpgp::Base2.
Definition at line 339 of file kpgpbase6.cpp.
|
inlinevirtual |
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:55:48 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.