| java.lang.Object | |
| ↳ | javax.net.ssl.KeyManagerFactorySpi |
The
Service Provider Interface
(SPI) for the
KeyManagerFactory
class.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Creates a new
KeyManagerFactorySpi
instance.
|
||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
Returns a list of key managers, one instance for each type of key in the
key store.
|
||||||||||
|
|
Initializes this instance with the specified factory parameters.
|
||||||||||
|
|
Initializes this instance with the specified key store and password.
|
||||||||||
|
[Expand]
Inherited Methods
|
|||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
|||||||||||
Returns a list of key managers, one instance for each type of key in the key store.
Initializes this instance with the specified factory parameters.
| spec | the factory parameters. |
|---|
| InvalidAlgorithmParameterException | if an error occurs. |
|---|
Initializes this instance with the specified key store and password.
| ks |
the key store or
null
to use the default key store.
|
|---|---|
| password | the key store password. |
| KeyStoreException | if initializing this instance fails. |
|---|---|
| NoSuchAlgorithmException | if a required algorithm is not available. |
| UnrecoverableKeyException | if a key cannot be recovered. |