| Package | Description |
|---|---|
| java.security |
| Modifier and Type | Method and Description |
|---|---|
static KeyPairGenerator |
KeyPairGenerator.getInstance(String algorithm)
Returns a KeyPairGenerator object that generates public/private key pairs for the specified algorithm.
|