| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
KeyStore
A ProtectionParameter encapsulating a CallbackHandler.
|
static class |
KeyStore
A password-based implementation of
ProtectionParameter.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
DomainLoadStoreParameter.getProtectionParameter()
Gets the keystore protection parameters for this domain.
|
KeyStore |
KeyStore.LoadStoreParameter.getProtectionParameter()
Gets the parameter used to protect keystore data.
|
abstract KeyStore |
KeyStore.Builder.getProtectionParameter(String
Returns the ProtectionParameters that should be used to obtain the
Entry with the given alias.
|
| Modifier and Type | Method and Description |
|---|---|
Map |
DomainLoadStoreParameter.getProtectionParams()
Gets the keystore protection parameters for keystores in this domain.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
KeyStoreSpi.engineGetEntry(String
Gets a
KeyStore.Entry for the specified alias with the specified protection parameter.
|
void |
KeyStoreSpi.engineSetEntry(String
Saves a
KeyStore.Entry under the specified alias.
|
KeyStore |
KeyStore.getEntry(String
Gets a keystore
Entry for the specified alias with the specified protection parameter.
|
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.
|
void |
KeyStore.setEntry(String
Saves a keystore
Entry under the specified alias.
|
| Constructor and Description | |
|---|---|
DomainLoadStoreParameter(URI
Constructs a DomainLoadStoreParameter for a keystore domain with the parameters used to protect keystore data.
|