Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
CKleo::ChiasmusLibrary | Small helper class to load xia.o through xia.so and make the functionality available |
▼CKleo::CryptoConfig | Main interface to crypto configuration |
CQGpgMECryptoConfig | CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h |
▼CKleo::CryptoConfigComponent | Crypto config for one component (e.g |
CQGpgMECryptoConfigComponent | For docu, see kleo/cryptoconfig.h |
CKleo::CryptoConfigDialog | Simple KDialogBase wrapper around CryptoConfigModule |
CKleo::CryptoConfigEntry | Description of a single option |
CKleo::CryptoConfigGroup | Group containing a set of config options |
CKleo::CryptoConfigModule | Crypto Config Module widget, dynamically generated from CryptoConfig It's a simple TQWidget so that it can be embedded into a dialog or into a TDECModule |
CCryptPlugWrapper | This class provides C++ access to the CRYPTPLUG API |
CKleo::DN | DN parser and reorderer |
CKleo::DNAttributeMapper | DN Attribute mapper |
CKleo::GnuPGProcessBase | Base class for GPG and GPGSM processes |
▼CKleo::Job | An abstract base class for asynchronous crypto operations |
CKleo::DecryptJob | An abstract base class for asynchronous decrypters |
CKleo::DecryptVerifyJob | An abstract base class for asynchronous combined decrypters and verifiers |
CKleo::DeleteJob | An abstract base class for asynchronous deleters |
CKleo::DownloadJob | An abstract base class for asynchronous downloaders |
CKleo::EncryptJob | An abstract base class for asynchronous encrypters |
CKleo::ExportJob | An abstract base class for asynchronous exporters |
CKleo::ImportJob | An abstract base class for asynchronous importers |
CKleo::KeyGenerationJob | An abstract base class for asynchronous key generation |
▼CKleo::KeyListJob | An abstract base class for asynchronous key listers |
CKleo::HierarchicalKeyListJob | A convenience job that additionally fetches all available issuers |
CKleo::MultiDeleteJob | A convenience class bundling together multiple DeleteJobs |
CKleo::RefreshKeysJob | An abstract base class for asynchronous key refreshers |
CKleo::SignEncryptJob | An abstract base class for asynchronous combined signing and encrypting |
CKleo::SignJob | An abstract base class for asynchronous signing |
▼CKleo::SpecialJob | An abstract base class for protocol-specific jobs |
CKleo::ChiasmusJob | SpecialJob for Chiasmus operations |
CKleo::ObtainKeysJob | SpecialJob for listing Chiasmus key files |
CKleo::VerifyDetachedJob | An abstract base class for asynchronous verification of detached signatures |
CKleo::VerifyOpaqueJob | An abstract base class for asynchronous verification of opaque signatures |
CKleo::KeyFilter | An abstract base class key filters |
CKleo::KeyRequester | Base class for SigningKeyRequester and EncryptionKeyRequester |
CKleo::ProgressBar | A TQProgressBar with self-powered busy indicator |
CKleo::ProgressDialog | A progress dialog for Kleo::Jobs |
CKleo::QGpgMEJob | This is a hackish helper class to avoid code duplication in this backend's Kleo::Job subclasses |
CCryptPlug::StructuringInfo | Information record returned by signing and by encrypting functions - this record should be used together with a corresponding free_StructuringInfo() function call |
CStructuringInfoWrapper | This class provides C++ access to the StructuringInfo helper struct that is specified in cryptplug.h to hold information returned by signing and by encrypting functions |