| Interface | Description |
|---|---|
| Credentials |
Supports a contract that yields a key for decryption of databases
|
| Database<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon> |
Interface for a password database consisting of Groups, sub-Groups and Entries.
|
| Entry<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon> |
Interface for a Database Entry.
|
| Entry.Matcher |
Interface to implement when using the
Entry.match(Entry.Matcher)
method |
| Group<D extends Database<D,G,E,I>,G extends Group<D,G,E,I>,E extends Entry<D,G,E,I>,I extends Icon> |
Interface for a Database Group.
|
| Icon |
Interface for icons.
|
| Visitor |
Interface for implementing a visitor for Groups, their sub-Groups and their Entries.
|
| Class | Description |
|---|---|
| Credentials.None |
Implementation of no credentials
|
| Visitor.Default |
Empty implementation of Visitor
|
| Visitor.Print |
Visitor prints the Groups and Entries it visits
|
Copyright © 2018. All rights reserved.