AlgorithmParameterSpec
public class ECParameterSpecextends Objectimplements AlgorithmParameterSpec
ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
int
getCofactor()
EllipticCurve
getCurve()
ECPoint
getGenerator()
BigInteger
getOrder()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public ECParameterSpec(EllipticCurve curve, ECPoint g, BigInteger n, int h)
curve
g
n
h
NullPointerException
IllegalArgumentException
public EllipticCurve getCurve()
public ECPoint getGenerator()
public BigInteger getOrder()
public int getCofactor()