public interface KeyGenerationUtil
KeyGenerationParams| Modifier and Type | Method and Description |
|---|---|
java.security.KeyPair |
generateKeyPair(KeyGenerationParams params)
Generates a key pair.
|
java.security.KeyPair generateKeyPair(KeyGenerationParams params) throws KeyGenerationException
params - key generation parameters; identifies the type of key pair being
generated and various other details associated with the key pair
that may be needed during the generation processKeyGenerationException - thrown if an error occurred during the key generation
routine