blob: 59ca36b1e8ab40cb93a018269f18899dc6a95e09 (
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
TDEWallet::Backend is used inside kded to manage the actual files and
encryption. On the other hand, TDEWallet::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
|