Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.math.ec.ECCurve
org.bouncycastle.math.ec.ECCurve.Fp
public static class ECCurve.Fp
extends ECCurve
Nested Class Summary |
Nested classes/interfaces inherited from class org.bouncycastle.math.ec.ECCurve | |
ECCurve.F2m , ECCurve.Fp |
Constructor Summary | |
|
Method Summary | |
ECPoint |
|
ECFieldElement |
|
BigInteger |
|
Methods inherited from class org.bouncycastle.math.ec.ECCurve | |
decodePoint , fromBigInteger , getA , getB |
public ECPoint decodePoint(byte[] encoded)
decode a point on this curve which has been encoded using point compression (X9.62 s 4.2.1 pg 17) returning the point.
- Overrides:
- decodePoint in interface ECCurve
public ECFieldElement fromBigInteger(BigInteger x)
- Overrides:
- fromBigInteger in interface ECCurve
public BigInteger getQ()