|
Bouncy Castle Cryptography 1.29 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.math.ec.ECCurve
org.bouncycastle.math.ec.ECCurveFp
Constructor Summary | |
ECCurveFp(java.math.BigInteger q,
java.math.BigInteger a,
java.math.BigInteger b)
|
Method Summary | |
ECPoint |
decodePoint(byte[] encoded)
|
ECFieldElement |
fromBigInteger(java.math.BigInteger x)
|
java.math.BigInteger |
getQ()
|
Methods inherited from class org.bouncycastle.math.ec.ECCurve |
getA, getB |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ECCurveFp(java.math.BigInteger q, java.math.BigInteger a, java.math.BigInteger b)
Method Detail |
public ECFieldElement fromBigInteger(java.math.BigInteger x)
fromBigInteger
in class ECCurve
public java.math.BigInteger getQ()
public ECPoint decodePoint(byte[] encoded)
decodePoint
in class ECCurve
|
Bouncy Castle Cryptography 1.29 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |