certmanager/lib

Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CKleo::ChiasmusLibrarySmall helper class to load xia.o through xia.so and make the functionality available
 CKleo::CryptoConfigMain interface to crypto configuration
 CQGpgMECryptoConfigCryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h
 CKleo::CryptoConfigComponentCrypto config for one component (e.g
 CQGpgMECryptoConfigComponentFor docu, see kleo/cryptoconfig.h
 CKleo::CryptoConfigDialogSimple KDialogBase wrapper around CryptoConfigModule
 CKleo::CryptoConfigEntryDescription of a single option
 CKleo::CryptoConfigGroupGroup containing a set of config options
 CKleo::CryptoConfigModuleCrypto 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
 CCryptPlugWrapperThis class provides C++ access to the CRYPTPLUG API
 CKleo::DNDN parser and reorderer
 CKleo::DNAttributeMapperDN Attribute mapper
 CKleo::GnuPGProcessBaseBase class for GPG and GPGSM processes
 CKleo::JobAn abstract base class for asynchronous crypto operations
 CKleo::DecryptJobAn abstract base class for asynchronous decrypters
 CKleo::DecryptVerifyJobAn abstract base class for asynchronous combined decrypters and verifiers
 CKleo::DeleteJobAn abstract base class for asynchronous deleters
 CKleo::DownloadJobAn abstract base class for asynchronous downloaders
 CKleo::EncryptJobAn abstract base class for asynchronous encrypters
 CKleo::ExportJobAn abstract base class for asynchronous exporters
 CKleo::ImportJobAn abstract base class for asynchronous importers
 CKleo::KeyGenerationJobAn abstract base class for asynchronous key generation
 CKleo::KeyListJobAn abstract base class for asynchronous key listers
 CKleo::HierarchicalKeyListJobA convenience job that additionally fetches all available issuers
 CKleo::MultiDeleteJobA convenience class bundling together multiple DeleteJobs
 CKleo::RefreshKeysJobAn abstract base class for asynchronous key refreshers
 CKleo::SignEncryptJobAn abstract base class for asynchronous combined signing and encrypting
 CKleo::SignJobAn abstract base class for asynchronous signing
 CKleo::SpecialJobAn abstract base class for protocol-specific jobs
 CKleo::ChiasmusJobSpecialJob for Chiasmus operations
 CKleo::ObtainKeysJobSpecialJob for listing Chiasmus key files
 CKleo::VerifyDetachedJobAn abstract base class for asynchronous verification of detached signatures
 CKleo::VerifyOpaqueJobAn abstract base class for asynchronous verification of opaque signatures
 CKleo::KeyFilterAn abstract base class key filters
 CKleo::KeyRequesterBase class for SigningKeyRequester and EncryptionKeyRequester
 CKleo::ProgressBarA TQProgressBar with self-powered busy indicator
 CKleo::ProgressDialogA progress dialog for Kleo::Jobs
 CKleo::QGpgMEJobThis is a hackish helper class to avoid code duplication in this backend's Kleo::Job subclasses
 CCryptPlug::StructuringInfoInformation record returned by signing and by encrypting functions - this record should be used together with a corresponding free_StructuringInfo() function call
 CStructuringInfoWrapperThis 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