- KdbCredentials - Interface in org.linguafranca.pwdb.kdb
-
Has inner classes representing credentials appropriate to KDB files
- KdbCredentials.Password - Class in org.linguafranca.pwdb.kdb
-
Password only credentials
- KdbDatabase - Class in org.linguafranca.pwdb.kdb
-
The class holds a simple in memory representation of the tree structure of groups and leaf Entry objects.
- KdbDatabase() - Constructor for class org.linguafranca.pwdb.kdb.KdbDatabase
-
- KdbEntry - Class in org.linguafranca.pwdb.kdb
-
The class holds a KDB Entry
- KdbEntry() - Constructor for class org.linguafranca.pwdb.kdb.KdbEntry
-
- KdbGroup - Class in org.linguafranca.pwdb.kdb
-
The class holds a KDB Group
- KdbHeader - Class in org.linguafranca.pwdb.kdb
-
This class stores the encryption details of a KDB file and provides a method to create
a decrypted inputStream from an encrypted one.
- KdbHeader() - Constructor for class org.linguafranca.pwdb.kdb.KdbHeader
-
- KdbIcon - Class in org.linguafranca.pwdb.kdb
-
Contains the index of an icon
- KdbSerializer - Class in org.linguafranca.pwdb.kdb
-
This class provides support for reading a KDB stream and constructing an in memory database.