libkpgp
kpgpblock.h File Reference
#include "libkpgp_export.h"
#include "kpgp.h"
#include <QtCore/QStringList>
#include <QtCore/QString>
Include dependency graph for kpgpblock.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | Kpgp::Block |
Namespaces | |
Kpgp | |
Enumerations | |
enum | Kpgp::BlockType { Kpgp::UnknownBlock = -1, Kpgp::NoPgpBlock = 0, Kpgp::PgpMessageBlock = 1, Kpgp::MultiPgpMessageBlock = 2, Kpgp::SignatureBlock = 3, Kpgp::ClearsignedBlock = 4, Kpgp::PublicKeyBlock = 5, Kpgp::PrivateKeyBlock = 6 } |
enum | Kpgp::MessageStatus { Kpgp::OK = 0x0000, Kpgp::RUN_ERR = 0x0001, Kpgp::ERROR = 0x0001, Kpgp::ENCRYPTED = 0x0002, Kpgp::SIGNED = 0x0004, Kpgp::GOODSIG = 0x0008, Kpgp::ERR_SIGNING = 0x0010, Kpgp::UNKNOWN_SIG = 0x0020, Kpgp::BADPHRASE = 0x0040, Kpgp::BADKEYS = 0x0080, Kpgp::NO_SEC_KEY = 0x0100, Kpgp::MISSINGKEY = 0x0200, Kpgp::CANCEL = 0x8000 } |
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.