Kleo::CryptoConfig Class Reference
Main interface to crypto configuration. More...
#include <cryptoconfig.h>
Inheritance diagram for Kleo::CryptoConfig:

Public Member Functions | |
virtual QStringList | componentList () const =0 |
virtual CryptoConfigComponent * | component (const QString &name) const =0 |
CryptoConfigEntry * | entry (const QString &componentName, const QString &groupName, const QString &entryName) const |
virtual void | sync (bool runtime)=0 |
virtual void | clear ()=0 |
Detailed Description
Main interface to crypto configuration.
Definition at line 293 of file cryptoconfig.h.
Member Function Documentation
|
Returns the list of known components (e.g. "gpg-agent", "dirmngr" etc.). Use component() to retrieve more information about each one.
Implemented in QGpgMECryptoConfig. |
|
Implemented in QGpgMECryptoConfig. |
|
Convenience method to get hold of a single configuration entry when its component, group and name are known. This can be used to read the value and/or to set a value to it.
Definition at line 319 of file cryptoconfig.h. References Kleo::CryptoConfigGroup::entry(), and Kleo::CryptoConfigComponent::group(). |
|
Write back changes.
Implemented in QGpgMECryptoConfig. |
|
Tells the CryptoConfig to discard any cached information, including all components, groups and entries. Call this to free some memory when you won't be using the object for some time. DON'T call this if you're holding pointers to components, groups or entries. Implemented in QGpgMECryptoConfig. |
The documentation for this class was generated from the following file: