certmanager Library Class List
Here are the classes, structs, unions and interfaces with brief descriptions:AppearanceConfigurationPage | "Appearance" configuration page for kleopatra's configuration dialog |
CertKeyListView | We need to derive from Kleo::KeyListView simply to add support for drop events |
Kleo::ChiasmusJob | SpecialJob for Chiasmus operations |
Kleo::ChiasmusLibrary | Small helper class to load xia.o through xia.so and make the functionality available |
Kleo::CryptoConfig | Main interface to crypto configuration |
Kleo::CryptoConfigComponent | Crypto config for one component (e.g |
Kleo::CryptoConfigComponentGUI | A widget corresponding to a component in the crypto config |
Kleo::CryptoConfigDialog | Simple KDialogBase wrapper around CryptoConfigModule |
Kleo::CryptoConfigEntry | Description of a single option |
Kleo::CryptoConfigEntryCheckBox | A widget manager for a bool entry in the crypto config |
Kleo::CryptoConfigEntryDirPath | A widget manager for a directory path entry in the crypto config |
Kleo::CryptoConfigEntryGUI | Base class for the widget managers tied to an entry in the crypto config |
Kleo::CryptoConfigEntryGUIFactory | Factory for CryptoConfigEntryGUI instances Not a real factory, but can become one later |
Kleo::CryptoConfigEntryLDAPURL | A widget manager for a bool entry in the crypto config |
Kleo::CryptoConfigEntryLineEdit | A widget manager for a string entry in the crypto config |
Kleo::CryptoConfigEntryPath | A widget manager for a path entry in the crypto config |
Kleo::CryptoConfigEntrySpinBox | A widget manager for an int/uint entry in the crypto config |
Kleo::CryptoConfigEntryURL | A widget manager for an URL entry in the crypto config |
Kleo::CryptoConfigGroup | Group containing a set of config options |
Kleo::CryptoConfigGroupGUI | A class managing widgets corresponding to a group in the crypto config |
Kleo::CryptoConfigModule | Crypto Config Module widget, dynamically generated from CryptoConfig It's a simple QWidget so that it can be embedded into a dialog or into a KCModule |
CryptPlug::StructuringInfo | Information record returned by signing and by encrypting functions - this record should be used together with a corresponding free_StructuringInfo() function call |
CryptPlugWrapper | This class provides C++ access to the CRYPTPLUG API |
Kleo::DecryptJob | An abstract base class for asynchronous decrypters |
Kleo::DecryptVerifyJob | An abstract base class for asynchronous combined decrypters and verifiers |
Kleo::DeleteJob | An abstract base class for asynchronous deleters |
DirectoryServicesConfigurationPage | "Directory Services" configuration page for kleopatra's configuration dialog The user can configure LDAP servers in this page, to be used for listing/fetching remote certificates in kleopatra |
Kleo::DN | DN parser and reorderer |
Kleo::DNAttributeMapper | DN Attribute mapper |
DNOrderConfigPage | "DN Order" configuration page for kleopatra's configuration dialog |
Kleo::DownloadJob | An abstract base class for asynchronous downloaders |
Kleo::EncryptJob | An abstract base class for asynchronous encrypters |
Kleo::ExportJob | An abstract base class for asynchronous exporters |
Kleo::KeyFilter | An abstract base class key filters |
Kleo::KeyGenerationJob | An abstract base class for asynchronous key generation |
Kleo::KeyListJob | An abstract base class for asynchronous key listers |
Kleo::KeyRequester | Base class for SigningKeyRequester and EncryptionKeyRequester |
Kleo::GnuPGProcessBase | Base class for GPG and GPGSM processes |
Kleo::HierarchicalKeyListJob | A convenience job that additionally fetches all available issuers |
Kleo::ImportJob | An abstract base class for asynchronous importers |
Kleo::Job | An abstract base class for asynchronous crypto operations |
Kleo::MultiDeleteJob | A convenience class bundling together multiple DeleteJobs |
Kleo::ObtainKeysJob | SpecialJob for listing Chiasmus key files |
Kleo::ProgressBar | A QProgressBar with self-powered busy indicator |
Kleo::ProgressDialog | A progress dialog for Kleo::Jobs |
QGpgMECryptoConfig | CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h |
QGpgMECryptoConfigComponent | For docu, see kleo/cryptoconfig.h |
Kleo::QGpgMEJob | This is a hackish helper class to avoid code duplication in this backend's Kleo::Job subclasses |
Kleo::RefreshKeysJob | An abstract base class for asynchronous key refreshers |
Kleo::SignEncryptJob | An abstract base class for asynchronous combined signing and encrypting |
Kleo::SignJob | An abstract base class for asynchronous signing |
Kleo::SpecialJob | An abstract base class for protocol-specific jobs |
KIOext::StoredTransferJob | StoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a QByteArray with the data, making it simpler to use than the standard TransferJob |
KIOext::StoredTransferJob | StoredTransferJob is a TransferJob (for downloading or uploading data) that also stores a QByteArray with the data, making it simpler to use than the standard TransferJob |
StructuringInfoWrapper | 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 |
Kleo::VerifyDetachedJob | An abstract base class for asynchronous verification of detached signatures |
Kleo::VerifyOpaqueJob | An abstract base class for asynchronous verification of opaque signatures |