Package | Description |
---|---|
java.security | |
javax.net.ssl |
Modifier and Type | Method and Description |
---|---|
static KeyStore |
KeyStore.getInstance(String type)
Returns a keystore object of the specified type.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
TrustManagerFactorySpi.engineInit(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.
|
protected abstract void |
KeyManagerFactorySpi.engineInit(KeyStore ks,
char[] password)
Initializes this factory with a source of key material.
|
void |
TrustManagerFactory.init(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.
|
void |
KeyManagerFactory.init(KeyStore ks,
char[] password)
Initializes this factory with a source of key material.
|