| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| javax.net.ssl |
Provides classes for the secure socket package.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyStore |
KeyStore.Builder.newInstance(KeyStore
Returns a new Builder that encapsulates the given KeyStore.
|
static KeyStore |
KeyStore.Builder.newInstance(String
Returns a new Builder object.
|
static KeyStore |
KeyStore.Builder.newInstance(String
Returns a new Builder object.
|
| Modifier and Type | Method and Description |
|---|---|
List |
KeyStoreBuilderParameters.getParameters()
Return the unmodifiable List of the
KeyStore.Builders encapsulated by this object.
|
| Constructor and Description | |
|---|---|
KeyStoreBuilderParameters(KeyStore
Construct new KeyStoreBuilderParameters from the specified
KeyStore.Builder.
|
| Constructor and Description | |
|---|---|
KeyStoreBuilderParameters(List
Construct new KeyStoreBuilderParameters from a List of
KeyStore.Builders.
|