Projects/Utils/kwallet: Difference between revisions
(internationalization) |
|||
Line 12: | Line 12: | ||
|- | |- | ||
| Backend | | Backend | ||
| [http://websvn.kde.org/trunk/KDE/ | | [http://websvn.kde.org/trunk/KDE/kdebase/runtime/kwalletd/backend/ kdebase/runtime/kwalletd/backend/] | ||
| reading/writing kwl files and encryption | | reading/writing kwl files and encryption | ||
| KWallet::Backend, KWallet::Entry | | KWallet::Backend, KWallet::Entry | ||
Line 22: | Line 22: | ||
|- | |- | ||
| kwalletd | | kwalletd | ||
| [http://websvn.kde.org/trunk/KDE/ | | [http://websvn.kde.org/trunk/KDE/kdebase/runtime/kwalletd/ kdebase/runtime/kwalletd] | ||
| the actual kwalletd, currently a module to kded accepting client requests using dbus. This part also has some GUI eg. for authenticating a user. | | the actual kwalletd, currently a module to kded accepting client requests using dbus. This part also has some GUI eg. for authenticating a user. | ||
| KWalletD, KWalletWizard, KTimeout | | KWalletD, KWalletWizard, KTimeout |
Revision as of 12:49, 27 August 2010
Projects/Utils/kwallet
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
Structure
kwallet is actually not a single program but consists of several parts scattered across all of the kde modules.
part | svn | purpose | important classes |
---|---|---|---|
Backend | kdebase/runtime/kwalletd/backend/ | reading/writing kwl files and encryption | KWallet::Backend, KWallet::Entry |
UI components | kdelibs/kdeui/util | provides the client API for kwallet, mostly dbus client stubs | KWallet::Wallet |
kwalletd | kdebase/runtime/kwalletd | the actual kwalletd, currently a module to kded accepting client requests using dbus. This part also has some GUI eg. for authenticating a user. | KWalletD, KWalletWizard, KTimeout |
kwalletmanager | kdeutils/kwallet | The application the user uses for managing the wallets and the password entries. | none |