|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.math.ec.ECCurve
base class for an elliptic curve
Nested Class Summary | |
static class |
ECCurve.F2m
Elliptic curves over F2m. |
static class |
ECCurve.Fp
Elliptic curve over Fp |
Constructor Summary | |
ECCurve()
|
Method Summary | |
abstract ECPoint |
decodePoint(byte[] encoded)
|
abstract ECFieldElement |
fromBigInteger(java.math.BigInteger x)
|
ECFieldElement |
getA()
|
ECFieldElement |
getB()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECCurve()
Method Detail |
public abstract ECFieldElement fromBigInteger(java.math.BigInteger x)
public abstract ECPoint decodePoint(byte[] encoded)
public ECFieldElement getA()
public ECFieldElement getB()
|
Bouncy Castle Cryptography 1.33 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |