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.Object
org.bouncycastle.crypto.generators.ElGamalKeyPairGenerator
public class ElGamalKeyPairGenerator
extends java.lang.Object
implements AsymmetricCipherKeyPairGenerator
Method 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.