| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Class and Description |
|---|---|
class |
UnrecoverableKeyException
This exception is thrown if a key in the keystore cannot be recovered.
|
| Modifier and Type | Method and Description |
|---|---|
KeyStore |
KeyStoreSpi.engineGetEntry(String
Gets a
KeyStore.Entry for the specified alias with the specified protection parameter.
|
KeyStore |
KeyStore.getEntry(String
Gets a keystore
Entry for the specified alias with the specified protection parameter.
|