| Package | Description |
|---|---|
| java.security |
Contains core language classes related to permission management.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyFactory |
KeyFactory.getInstance(java.lang.String algorithm)
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|