org.bouncycastle.crypto.generators

Class ECKeyPairGenerator

Implemented Interfaces:
AsymmetricCipherKeyPairGenerator, ECConstants

public class ECKeyPairGenerator
extends java.lang.Object
implements AsymmetricCipherKeyPairGenerator, ECConstants

Fields inherited from interface org.bouncycastle.math.ec.ECConstants

ONE, ZERO

Method Summary

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.
void
init(KeyGenerationParameters param)

Method Details

generateKeyPair

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


init

public void init(KeyGenerationParameters param)
Specified by:
init in interface AsymmetricCipherKeyPairGenerator