gnu.crypto.keyring
public abstract class BaseKeyring extends Object implements IKeyring
| Field Summary | |
|---|---|
| protected PasswordAuthenticatedEntry | keyring
The top-level keyring data. |
| protected CompressedEntry | keyring2 |
| Constructor Summary | |
|---|---|
| BaseKeyring() | |
| Method Summary | |
|---|---|
| void | add(Entry entry) |
| Enumeration | aliases() |
| boolean | containsAlias(String alias) |
| protected String | fixAlias(String alias) |
| List | get(String alias) |
| void | load(Map attributes) |
| protected abstract void | load(InputStream in, char[] password) |
| void | remove(String alias) |
| void | reset() |
| int | size() |
| void | store(Map attributes) |
| protected abstract void | store(OutputStream out, char[] password) |