QGpgMECryptoConfig Class Reference
CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h. More...
#include <qgpgmecryptoconfig.h>
Inheritance diagram for QGpgMECryptoConfig:


Public Member Functions | |
QGpgMECryptoConfig () | |
virtual QStringList | componentList () const |
virtual Kleo::CryptoConfigComponent * | component (const QString &name) const |
virtual void | clear () |
virtual void | sync (bool runtime) |
Detailed Description
CryptoConfig implementation around the gpgconf command-line tool For method docu, see kleo/cryptoconfig.h.
Definition at line 49 of file qgpgmecryptoconfig.h.
Constructor & Destructor Documentation
|
Constructor.
Definition at line 59 of file qgpgmecryptoconfig.cpp. |
Member Function Documentation
|
Returns the list of known components (e.g. "gpg-agent", "dirmngr" etc.). Use component() to retrieve more information about each one.
Implements Kleo::CryptoConfig. Definition at line 118 of file qgpgmecryptoconfig.cpp. |
|
Implements Kleo::CryptoConfig. Definition at line 129 of file qgpgmecryptoconfig.cpp. |
|
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. Implements Kleo::CryptoConfig. Definition at line 143 of file qgpgmecryptoconfig.cpp. |
|
Write back changes.
Implements Kleo::CryptoConfig. Definition at line 136 of file qgpgmecryptoconfig.cpp. |
The documentation for this class was generated from the following files: