org.bouncycastle.jce.spec

Class ECKeySpec

public class ECKeySpec extends Object implements KeySpec

base class for an Elliptic Curve Key Spec
Constructor Summary
protected ECKeySpec(ECParameterSpec spec)
Method Summary
ECParameterSpecgetParams()
return the domain parameters for the curve

Constructor Detail

ECKeySpec

protected ECKeySpec(ECParameterSpec spec)

Method Detail

getParams

public ECParameterSpec getParams()
return the domain parameters for the curve