| Package | Description |
|---|---|
| java.security |
Provides the classes and interfaces for the security framework.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|
static KeyFactory |
KeyFactory.getInstance(String
Returns a KeyFactory object that converts public/private keys of the specified algorithm.
|