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.KeySpecbase class for an Elliptic Curve Key Spec 
- 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedECKeySpec(ECParameterSpec spec) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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 
 - 
 
 -