libkpgp
kpgpbase.h
Go to the documentation of this file.
virtual KeyList publicKeys(const QStringList &patterns=QStringList())
Returns the list of public keys in the users public keyring.
Definition: kpgpbaseG.cpp:417
virtual KeyList publicKeys(const QStringList &=QStringList())
Returns the list of public keys in the users public keyring.
Definition: kpgpbase.h:66
virtual int encsign(Block &, const KeyIDList &, const char *=0)
Encrypts and signs the message with the given keys.
Definition: kpgpbase.h:46
virtual int signKey(const KeyID &keyID, const char *passphrase)
Signs the given key with the currently set user key.
Definition: kpgpbaseG.cpp:481
virtual KeyList publicKeys(const QStringList &patterns=QStringList())
Returns the list of public keys in the users public keyring.
Definition: kpgpbase5.cpp:353
virtual int encrypt(Block &block, const KeyIDList &recipients)
Encrypts the message with the given keys.
Definition: kpgpbaseG.cpp:56
virtual QString lastErrorMessage() const
Returns an error message if an error occurred during the last operation.
Definition: kpgpbase.h:230
virtual Key * readPublicKey(const KeyID &keyID, const bool readTrust=false, Key *key=0)
Reads the key data for the given key and returns it.
Definition: kpgpbase5.cpp:319
virtual int clearsign(Block &, const char *)
Clearsigns the message with the currently set key.
Definition: kpgpbase.h:43
virtual KeyList secretKeys(const QStringList &patterns=QStringList())
Returns the list of secret keys in the users secret keyring.
Definition: kpgpbase2.cpp:568
Definition: kpgpblock.h:89
virtual KeyList secretKeys(const QStringList &patterns=QStringList())
Returns the list of secret keys in the users secret keyring.
Definition: kpgpbase5.cpp:386
Definition: kpgpbase.h:199
virtual QByteArray getAsciiPublicKey(const KeyID &keyID)
Returns the ascii armored data of the public key with the given key id.
Definition: kpgpbase5.cpp:413
virtual KeyList secretKeys(const QStringList &patterns=QStringList())
Returns the list of secret keys in the users secret keyring.
Definition: kpgpbaseG.cpp:449
virtual Key * readPublicKey(const KeyID &keyID, const bool readTrust=false, Key *key=0)
Reads the key data for the given key and returns it.
Definition: kpgpbaseG.cpp:381
virtual int clearsign(Block &block, const char *passphrase)
Clearsigns the message with the currently set key.
Definition: kpgpbase2.cpp:56
virtual int signKey(const KeyID &keyID, const char *passphrase)
Signs the given key with the currently set user key.
Definition: kpgpbase2.cpp:575
Definition: kpgpbase.h:141
virtual int signKey(const KeyID &keyID, const char *passphrase)
Signs the given key with the currently set user key.
Definition: kpgpbase5.cpp:431
virtual Key * readPublicKey(const KeyID &, const bool=false, Key *=0)
Reads the key data for the given key and returns it.
Definition: kpgpbase.h:61
virtual int signKey(const KeyID &, const char *)
Signs the given key with the currently set user key.
Definition: kpgpbase.h:79
virtual KeyList secretKeys(const QStringList &patterns=QStringList())
Returns the list of secret keys in the users secret keyring.
Definition: kpgpbase6.cpp:339
virtual int decrypt(Block &block, const char *passphrase=0)
Decrypts the message.
Definition: kpgpbaseG.cpp:206
virtual int run(const char *cmd, const char *passphrase=0, bool onlyReadFromPGP=false)
Definition: kpgpbase.cpp:67
virtual int decrypt(Block &block, const char *passphrase=0)
Decrypts the message.
Definition: kpgpbase6.cpp:45
virtual KeyList publicKeys(const QStringList &patterns=QStringList())
Returns the list of public keys in the users public keyring.
Definition: kpgpbase6.cpp:222
Definition: kpgpbase.h:169
virtual int encrypt(Block &block, const KeyIDList &recipients)
Encrypts the message with the given keys.
Definition: kpgpbase2.cpp:49
virtual QByteArray getAsciiPublicKey(const KeyID &)
Returns the ascii armored data of the public key with the given key id.
Definition: kpgpbase.h:75
KeyList doGetPublicKeys(const QByteArray &cmd, const QStringList &patterns)
Definition: kpgpbase2.cpp:511
virtual int decrypt(Block &block, const char *passphrase=0)
Decrypts the message.
Definition: kpgpbase2.cpp:225
Definition: kpgpkey.h:57
Definition: kpgpblock.h:46
virtual int clearsign(Block &block, const char *passphrase)
Clearsigns the message with the currently set key.
Definition: kpgpbase5.cpp:57
virtual int encsign(Block &block, const KeyIDList &recipients, const char *passphrase=0)
Encrypts and signs the message with the given keys.
Definition: kpgpbase5.cpp:64
virtual int encsign(Block &block, const KeyIDList &recipients, const char *passphrase=0)
Encrypts and signs the message with the given keys.
Definition: kpgpbase2.cpp:63
virtual int clearsign(Block &block, const char *passphrase)
Clearsigns the message with the currently set key.
Definition: kpgpbaseG.cpp:63
virtual KeyList parseKeyList(const QByteArray &, bool)
Definition: kpgpbase2.cpp:893
virtual int runGpg(const char *cmd, const char *passphrase=0, bool onlyReadFromGnuPG=false)
Definition: kpgpbase.cpp:390
virtual KeyList parseKeyList(const QByteArray &, bool)
Definition: kpgpbase6.cpp:727
virtual int encrypt(Block &, const KeyIDList &)
Encrypts the message with the given keys.
Definition: kpgpbase.h:40
Definition: kpgpbase.h:30
virtual Key * readPublicKey(const KeyID &keyID, const bool readTrust=false, Key *key=0)
Reads the key data for the given key and returns it.
Definition: kpgpbase6.cpp:184
virtual int encrypt(Block &block, const KeyIDList &recipients)
Encrypts the message with the given keys.
Definition: kpgpbase5.cpp:50
virtual int decrypt(Block &block, const char *passphrase=0)
Decrypts the message.
Definition: kpgpbase5.cpp:195
virtual KeyList publicKeys(const QStringList &patterns=QStringList())
Returns the list of public keys in the users public keyring.
Definition: kpgpbase2.cpp:504
virtual int encsign(Block &block, const KeyIDList &recipients, const char *passphrase=0)
Encrypts and signs the message with the given keys.
Definition: kpgpbaseG.cpp:70
Definition: kpgpbase.h:109
virtual Key * readPublicKey(const KeyID &keyID, const bool readTrust=false, Key *key=0)
Reads the key data for the given key and returns it.
Definition: kpgpbase2.cpp:464
virtual QByteArray getAsciiPublicKey(const KeyID &keyID)
Returns the ascii armored data of the public key with the given key id.
Definition: kpgpbaseG.cpp:502
virtual QByteArray getAsciiPublicKey(const KeyID &keyID)
Returns the ascii armored data of the public key with the given key id.
Definition: kpgpbase2.cpp:594
virtual KeyList secretKeys(const QStringList &=QStringList())
Returns the list of secret keys in the users secret keyring.
Definition: kpgpbase.h:70
This file is part of the KDE documentation.
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
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.