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
KeyStoreExceptionpublic static KeyStore getInstance(String type) throws KeyStoreException
KeyStoreExceptionpublic abstract void load(InputStream in, char[] password) throws Exception
Exception