|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bitcoin.x6763.crypto.ecdsa.KeyPairGenerator
public class KeyPairGenerator
An Elliptic Curve key pair generator. It uses the secp256k1 elliptic curve.
| Field Summary |
|---|
| Fields inherited from interface org.bitcoin.x6763.crypto.ecdsa.Secp256k1 |
|---|
a, algorithm, b, bigX, bigY, curve, G, h, n, p, parameters, x, y |
| Fields inherited from interface org.bitcoin.x6763.crypto.ecdsa.math.ECConstants |
|---|
FOUR, ONE, THREE, TWO, ZERO |
| Constructor Summary | |
|---|---|
KeyPairGenerator()
|
|
| Method Summary | |
|---|---|
static KeyPair |
generateKeyPair()
Generates a new Elliptic Curve key pair. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public KeyPairGenerator()
| Method Detail |
|---|
public static KeyPair generateKeyPair()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||