public class KeyStoreBuilderParameters extends Object implements ManagerFactoryParameters
KeyStore.Builder
,
X509KeyManager
Constructor and Description |
---|
KeyStoreBuilderParameters(KeyStore.Builder builder)
Construct new KeyStoreBuilderParameters from the specified
KeyStore.Builder.
|
KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)
Construct new KeyStoreBuilderParameters from a List
of KeyStore.Builders.
|
Modifier and Type | Method and Description |
---|---|
List<KeyStore.Builder> |
getParameters()
Return the unmodifiable List of the
KeyStore.Builders
encapsulated by this object.
|
public KeyStoreBuilderParameters(KeyStore.Builder builder)
builder
- the Builder objectNullPointerException
- if builder is nullpublic KeyStoreBuilderParameters(List<KeyStore.Builder> parameters)
parameters
- the List of Builder objectsNullPointerException
- if parameters is nullIllegalArgumentException
- if parameters is an empty listpublic List<KeyStore.Builder> getParameters()
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.