org.bouncycastle.jce.spec

Class ECKeySpec

Implemented Interfaces:
KeySpec
Known Direct Subclasses:
ECPrivateKeySpec, ECPublicKeySpec

public class ECKeySpec
extends java.lang.Object
implements KeySpec

base class for an Elliptic Curve Key Spec

Constructor Summary

ECKeySpec(ECParameterSpec spec)

Method Summary

ECParameterSpec
getParams()
return the domain parameters for the curve

Constructor Details

ECKeySpec

protected ECKeySpec(ECParameterSpec spec)

Method Details

getParams

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