|
Bouncy Castle Cryptography 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.generators.ECKeyPairGenerator
| Field Summary |
| Fields inherited from interface org.bouncycastle.math.ec.ECConstants |
ONE, ZERO |
| Constructor Summary | |
ECKeyPairGenerator()
|
|
| 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)
intialise the key pair generator. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ECKeyPairGenerator()
| Method Detail |
public void init(KeyGenerationParameters param)
AsymmetricCipherKeyPairGenerator
init in interface AsymmetricCipherKeyPairGeneratorparam - the parameters the key pair is to be initialised with.public AsymmetricCipherKeyPair generateKeyPair()
generateKeyPair in interface AsymmetricCipherKeyPairGenerator
|
Bouncy Castle Cryptography 1.28 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||