certmanager/lib

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