| Package | Description |
|---|---|
| org.linguafranca.pwdb | |
| org.linguafranca.pwdb.base | |
| org.linguafranca.pwdb.protect |
| Class and Description |
|---|
| Credentials
Supports a contract that yields a key for decryption of databases
|
| Database
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
| Entry
Interface for a Database Entry.
|
| Entry.Matcher
Interface to implement when using the
Entry.match(Entry.Matcher)
method |
| Group
Interface for a Database Group.
|
| Icon
Interface for icons.
|
| PropertyValue
An interface through which (textual) property values can be stored in memory as something other than String
and using various techniques for obfuscating the value and to make it harder to access the values
via a heap dump etc.
|
| PropertyValue.BytesStore
Property values are stored as byte arrays.
|
| PropertyValue.Factory
A factory interface for PropertyValue.
|
| PropertyValue.SealedStore
Encrypted property value storage intended for storing passwords in something other than
plaintext using
SealedObject class. |
| PropertyValue.Strategy
A specification of which factories are to be used for unprotected values as opposed to protected values.
|
| PropertyValue.StringStore
Values are stored as strings.
|
| SerializableDatabase
This interface allows for serialization and deserialization of databases, which is
theoretically decoupled from the actual format they use for serialization.
|
| StreamConfiguration
A marker interface for KdbxHeader and similar, if there ever is one
|
| StreamConfiguration.None |
| StreamFormat
Interface provides for wrapping a database serialization in a stream format, e.g.
|
| Visitor
Interface for implementing a visitor for Groups, their sub-Groups and their Entries.
|
| Visitor.Default
Empty implementation of Visitor
|
| Class and Description |
|---|
| Database
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
| Entry
Interface for a Database Entry.
|
| Entry.Matcher
Interface to implement when using the
Entry.match(Entry.Matcher)
method |
| Group
Interface for a Database Group.
|
| Icon
Interface for icons.
|
| PropertyValue
An interface through which (textual) property values can be stored in memory as something other than String
and using various techniques for obfuscating the value and to make it harder to access the values
via a heap dump etc.
|
| PropertyValue.Strategy
A specification of which factories are to be used for unprotected values as opposed to protected values.
|
| Visitor
Interface for implementing a visitor for Groups, their sub-Groups and their Entries.
|
| Class and Description |
|---|
| Database
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
| Entry
Interface for a Database Entry.
|
| Group
Interface for a Database Group.
|
| Icon
Interface for icons.
|
| PropertyValue.Strategy
A specification of which factories are to be used for unprotected values as opposed to protected values.
|
Copyright © 2025. All rights reserved.