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 ECCurve
public ECFieldElement fromBigInteger(BigInteger x)
fromBigInteger
in class ECCurve
public ECPoint createPoint(BigInteger x, BigInteger y, boolean withCompression)
createPoint
in class ECCurve
public ECPoint decodePoint(byte[] encoded)
Fp
(X9.62 s 4.2.1 pg 17).decodePoint
in class ECCurve
public ECPoint getInfinity()
getInfinity
in class ECCurve
Copyright © 2015. All rights reserved.