Package org.bouncycastle.jce.interfaces
Interface ECKey
-
- All Known Subinterfaces:
ECPrivateKey,ECPublicKey
- All Known Implementing Classes:
BCECGOST3410PrivateKey,BCECGOST3410PublicKey,BCECPrivateKey,BCECPublicKey
public interface ECKeygeneric interface for an Elliptic Curve Key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description ECParameterSpecgetParameters()return a parameter specification representing the EC domain parameters for the key.ECParameterSpecgetParams()Deprecated.this method vanises in JDK 1.5.
-
-
-
Method Detail
-
getParams
ECParameterSpec getParams()
Deprecated.this method vanises in JDK 1.5. Use getParameters().return a parameter specification representing the EC domain parameters for the key.
-
getParameters
ECParameterSpec getParameters()
return a parameter specification representing the EC domain parameters for the key.
-
-