kleopatra
Kleo::Class Namespace Reference
Enumerations | |
enum | { NoClass = 0, CMS = 0x01, OpenPGP = 0x02, AnyProtocol = OpenPGP|CMS, ProtocolMask = AnyProtocol, Binary = 0x04, Ascii = 0x08, AnyFormat = Binary|Ascii, FormatMask = AnyFormat, DetachedSignature = 0x010, OpaqueSignature = 0x020, ClearsignedMessage = 0x040, AnySignature = DetachedSignature|OpaqueSignature|ClearsignedMessage, CipherText = 0x080, AnyMessageType = AnySignature|CipherText, Importable = 0x100, Certificate = 0x200|Importable, ExportedPSM = 0x400|Importable, AnyCertStoreType = Certificate|ExportedPSM, CertificateRequest = 0x800, CertificateRevocationList = 0x1000, AnyType = AnyMessageType|AnyCertStoreType|CertificateRequest|CertificateRevocationList, TypeMask = AnyType } |
Enumeration Type Documentation
anonymous enum |
Definition at line 44 of file classify.h.
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:56:43 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:56:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.