public interface AsymmetricCipherKeyPairGenerator
| Modifier and Type | Method and Description |
|---|---|
AsymmetricCipherKeyPair |
generateKeyPair()
return an AsymmetricCipherKeyPair containing the generated keys.
|
void |
init(KeyGenerationParameters param)
intialise the key pair generator.
|
void init(KeyGenerationParameters param)
param - the parameters the key pair is to be initialised with.AsymmetricCipherKeyPair generateKeyPair()
Copyright © 2015. All rights reserved.