libkpgp
kpgpblock.cpp
Go to the documentation of this file.
Definition: kpgpblock.h:39
Kpgp::Result encrypt(Block &block, const QStringList &receivers, const KeyID &keyId, bool sign, const QByteArray &charset=0)
encrypts the given OpenPGP block for a list of persons.
Definition: kpgp.cpp:334
Definition: kpgpblock.h:42
Definition: kpgp.h:75
Definition: kpgpblock.h:38
Definition: kpgpblock.h:36
Definition: kpgpblock.h:41
Kpgp::Result clearsign(Block &block, const KeyID &keyId, const QByteArray &charset=0)
clearsigns the given OpenPGP block with the key corresponding to the given key id.
Definition: kpgp.cpp:327
Definition: kpgp.h:67
Kpgp::Result clearsign(const QByteArray &keyId, const QByteArray &charset=QByteArray())
clearsigns this OpenPGP block with the key corresponding to the given key id.
Definition: kpgpblock.cpp:114
Definition: kpgpblock.h:37
Kpgp::Result encrypt(const QStringList &receivers, const QByteArray &keyId, const bool sign, const QByteArray &charset=QByteArray())
encrypts this OpenPGP block for a list of persons.
Definition: kpgpblock.cpp:125
Definition: kpgpblock.h:40
Definition: kpgpblock.h:35
bool decrypt(Block &block)
decrypts the given OpenPGP block if the passphrase is good.
Definition: kpgp.cpp:283
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.