Package org.bouncycastle.jce.spec
Class ECKeySpec
- java.lang.Object
-
- org.bouncycastle.jce.spec.ECKeySpec
-
- All Implemented Interfaces:
java.security.spec.KeySpec
- Direct Known Subclasses:
ECPrivateKeySpec
,ECPublicKeySpec
public class ECKeySpec extends java.lang.Object implements java.security.spec.KeySpec
base class for an Elliptic Curve Key Spec
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ECKeySpec(ECParameterSpec spec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ECParameterSpec
getParams()
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
-
-