gnu.crypto.keyring
Class BaseKeyring
- IKeyring
public abstract class BaseKeyring
BaseKeyring
public BaseKeyring()
fixAlias
protected String fixAlias(String alias)
get
public List get(String alias)
- get in interface IKeyring
load
protected abstract void load(InputStream in,
char[] password)
throws IOException
load
public void load(Map attributes)
throws IOException
- load in interface IKeyring
store
public void store(Map attributes)
throws IOException
- store in interface IKeyring
store
protected abstract void store(OutputStream out,
char[] password)
throws IOException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.