java.lang.Object | |
↳ | javax.net.ssl.KeyStoreBuilderParameters |
The parameters for KeyManager
s. The parameters are a list of
KeyStore.Builder
s.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
KeyStoreBuilderParameters with the specified key
store builder.
| |||||||||||
Creates a new
KeyStoreBuilderParameters with the specified list
of KeyStore.Builder s.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns the unmodifiable list of
KeyStore.Builder s 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.Builder
s.
parameters | the list of key store builders |
---|
IllegalArgumentException | if the specified list is empty. |
---|
Returns the unmodifiable list of KeyStore.Builder
s associated
with this parameters instance.
KeyStore.Builder
s.