public class KeyStoreBuilderParameters extends Object implements ManagerFactoryParameters
KeyManagers. The parameters are a list of
KeyStore.Builders.KeyStore.Builder| Constructor and Description |
|---|
KeyStoreBuilderParameters(KeyStore.Builder builder)
Creates a new
KeyStoreBuilderParameters with the specified key
store builder. |
KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)
Creates a new
KeyStoreBuilderParameters with the specified list
of KeyStore.Builders. |
| Modifier and Type | Method and Description |
|---|---|
List<KeyStore.Builder> |
getParameters()
Returns the unmodifiable list of
KeyStore.Builders associated
with this parameters instance. |
public KeyStoreBuilderParameters(KeyStore.Builder builder)
KeyStoreBuilderParameters with the specified key
store builder.builder - the key store builder.public KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)
KeyStoreBuilderParameters with the specified list
of KeyStore.Builders.parameters - the list of key store buildersIllegalArgumentException - if the specified list is empty.public List<KeyStore.Builder> getParameters()
KeyStore.Builders associated
with this parameters instance.KeyStore.Builders.