Bouncy Castle Cryptography Library 1.37 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.generators.ECKeyPairGenerator
public class ECKeyPairGenerator
extends java.lang.Object
implements AsymmetricCipherKeyPairGenerator, org.bouncycastle.math.ec.ECConstants
Method Summary | |
AsymmetricCipherKeyPair |
|
void |
|
public AsymmetricCipherKeyPair generateKeyPair()
Given the domain parameters this routine generates an EC key pair in accordance with X9.62 section 5.2.1 pages 26, 27.
- Specified by:
- generateKeyPair in interface AsymmetricCipherKeyPairGenerator
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.