| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.generators.RSAKeyPairGeneratorMethod Summary | |
AsymmetricCipherKeyPair |
|
void |
|
public AsymmetricCipherKeyPair generateKeyPair()
return an AsymmetricCipherKeyPair containing the generated keys.
- Specified by:
- generateKeyPair in interface AsymmetricCipherKeyPairGenerator
- Returns:
- an AsymmetricCipherKeyPair containing the generated keys.
public void init(KeyGenerationParameters param)
intialise the key pair generator.
- Specified by:
- init in interface AsymmetricCipherKeyPairGenerator
- Parameters:
param- the parameters the key pair is to be initialised with.