public abstract class KeyStore extends Object
Modifier | Constructor and Description |
---|---|
protected |
KeyStore() |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
getInstance() |
static KeyStore |
getInstance(String type) |
abstract void |
load(InputStream in,
char[] password) |
public static KeyStore getInstance() throws KeyStoreException
KeyStoreException
public static KeyStore getInstance(String type) throws KeyStoreException
KeyStoreException
public abstract void load(InputStream in, char[] password) throws Exception
Exception