java.lang.Object | |
↳ | javax.net.ssl.KeyStoreBuilderParameters |
A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders.
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Construct new KeyStoreBuilderParameters from the specified
KeyStore.Builder . | |||||||||||
Construct new KeyStoreBuilderParameters from a List
of
KeyStore.Builder s. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Return the unmodifiable List of the
KeyStore.Builder s
encapsulated by this object. |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Construct new KeyStoreBuilderParameters from the specified
KeyStore.Builder
.
builder | the Builder object |
---|
NullPointerException | if builder is null |
---|
Construct new KeyStoreBuilderParameters from a List
of KeyStore.Builder
s. Note that the list
is cloned to protect against subsequent modification.
parameters | the List of Builder objects |
---|
NullPointerException | if parameters is null |
---|---|
IllegalArgumentException | if parameters is an empty list |
Return the unmodifiable List of the
KeyStore.Builder
s
encapsulated by this object.
KeyStore.Builder
s
encapsulated by this object.