Interface ECKey
- All Known Subinterfaces:
ECPrivateKey
,ECPublicKey
- All Known Implementing Classes:
JCEECPrivateKey
,JCEECPublicKey
public interface ECKey
generic interface for an Elliptic Curve Key.
-
Method Summary
Modifier and TypeMethodDescriptionreturn a parameter specification representing the EC domain parameters for the key.
-
Method Details
-
getParams
ECParameterSpec getParams()return a parameter specification representing the EC domain parameters for the key.
-