blob: 661729a2f2e711af245eda6a375703046794e23e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Please read the paper at http://www.staikos.net/~staikos/papers/2003/
It has been updated to 10/22/2003.
-----------
This directory consists of two libraries: tdewalletbackend and tdewalletclient
KWallet::Backend is used inside kded to manage the actual files and
encryption. On the other hand, KWallet::Wallet is used to represent
wallet entries and to encapsulate communication to and from the
wallet server inside kded.
Application level:
KSystemTray notifier for wallet accesses
Konqueror plugin
KControl module
|