ECCurve.F2m, ECCurve.Fp| Constructor and Description |
|---|
Fp(BigInteger q,
BigInteger a,
BigInteger b) |
| Modifier and Type | Method and Description |
|---|---|
ECPoint |
createPoint(BigInteger x,
BigInteger y,
boolean withCompression) |
ECPoint |
decodePoint(byte[] encoded)
Decode a point on this curve from its ASN.1 encoding.
|
boolean |
equals(Object anObject) |
ECFieldElement |
fromBigInteger(BigInteger x) |
int |
getFieldSize() |
ECPoint |
getInfinity() |
BigInteger |
getQ() |
int |
hashCode() |
public Fp(BigInteger q, BigInteger a, BigInteger b)
public BigInteger getQ()
public int getFieldSize()
getFieldSize in class ECCurvepublic ECFieldElement fromBigInteger(BigInteger x)
fromBigInteger in class ECCurvepublic ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression)
createPoint in class ECCurvepublic ECPoint decodePoint(byte[] encoded)
Fp (X9.62 s 4.2.1 pg 17).decodePoint in class ECCurvepublic ECPoint getInfinity()
getInfinity in class ECCurveCopyright © 2015. All rights reserved.