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, ECConstants
Fields inherited from interface org.bouncycastle.math.ec.ECConstants | |
ONE , ZERO |
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)
- Specified by:
- init in interface AsymmetricCipherKeyPairGenerator