| Package | Description |
|---|---|
| java.security |
Contains core language classes related to permission management.
|
| Modifier and Type | Method and Description |
|---|---|
static KeyPairGenerator |
KeyPairGenerator.getInstance(java.lang.String algorithm)
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
|