| java.lang.Object | |
| ↳ | javax.net.ssl.KeyStoreBuilderParameters |
The parameters for KeyManagers. The parameters are a list of
KeyStore.Builders.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
KeyStoreBuilderParameters with the specified key
store builder.
| |||||||||||
Creates a new
KeyStoreBuilderParameters with the specified list
of KeyStore.Builders.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the unmodifiable list of
KeyStore.Builders associated
with this parameters instance.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Creates a new KeyStoreBuilderParameters with the specified key
store builder.
| builder | the key store builder. |
|---|
Creates a new KeyStoreBuilderParameters with the specified list
of KeyStore.Builders.
| parameters | the list of key store builders |
|---|
| IllegalArgumentException | if the specified list is empty. |
|---|
Returns the unmodifiable list of KeyStore.Builders associated
with this parameters instance.
KeyStore.Builders.