| Package | Description |
|---|---|
| java.security |
Contains core language classes related to permission management.
|
| Modifier and Type | Method and Description |
|---|---|
abstract Key |
KeyStoreSpi.engineGetKey(java.lang.String alias,
char[] password)
Returns the key associated with the given alias, using the given password to recover it.
|
Key |
KeyStore.getKey(java.lang.String alias,
char[] password)
Returns the key associated with the given alias, using the given password to recover it.
|