Build 1.0_r1(from source)

java.security.spec
Class ECParameterSpec

java.lang.Object
  extended by java.security.spec.ECParameterSpec
All Implemented Interfaces:
AlgorithmParameterSpec

public class ECParameterSpec
extends Object
implements AlgorithmParameterSpec


Constructor Summary
ECParameterSpec(EllipticCurve curve, ECPoint generator, BigInteger order, int cofactor)
           
 
Method Summary
 int getCofactor()
           
 EllipticCurve getCurve()
           
 ECPoint getGenerator()
           
 BigInteger getOrder()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ECParameterSpec

public ECParameterSpec(EllipticCurve curve,
                       ECPoint generator,
                       BigInteger order,
                       int cofactor)
Method Detail

getCofactor

public int getCofactor()

getCurve

public EllipticCurve getCurve()

getGenerator

public ECPoint getGenerator()

getOrder

public BigInteger getOrder()

Build 1.0_r1(from source)

Please submit a feedback, bug or feature