Bouncy Castle Cryptography 1.28

org.bouncycastle.math.ec
Class ECCurveFp

java.lang.Object
  extended byorg.bouncycastle.math.ec.ECCurve
      extended byorg.bouncycastle.math.ec.ECCurveFp

public class ECCurveFp
extends ECCurve


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

ECCurveFp

public ECCurveFp(java.math.BigInteger q,
                 java.math.BigInteger a,
                 java.math.BigInteger b)
Method Detail

fromBigInteger

public ECFieldElement fromBigInteger(java.math.BigInteger x)
Specified by:
fromBigInteger in class ECCurve

getQ

public java.math.BigInteger getQ()

decodePoint

public ECPoint decodePoint(byte[] encoded)
Specified by:
decodePoint in class ECCurve

Bouncy Castle Cryptography 1.28