KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > security > spec > ECParameterSpec

java.security.spec
Class ECParameterSpec

java.lang.Object
  extended by java.security.spec.ECParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec
See Also:
Source Code

public ECParameterSpec(EllipticCurve curve,
                       ECPoint g,
                       BigInteger n,
                       int h)
See Also:
IllegalArgumentException, NullPointerException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getCofactor()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public EllipticCurve getCurve()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ECPoint getGenerator()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public BigInteger getOrder()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags