Package java.security.interfaces
Interface ECKey
-
- All Known Subinterfaces:
ECPrivateKey,ECPublicKey
- All Known Implementing Classes:
BCECPrivateKey,BCECPublicKey,JCEECPrivateKey,JCEECPublicKey,OpenSSLECPrivateKey,OpenSSLECPublicKey
public interface ECKeyThe base interface for Elliptic Curve (EC) public or private keys.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECParameterSpecgetParams()Returns the EC key parameters.
-
-
-
Method Detail
-
getParams
ECParameterSpec getParams()
Returns the EC key parameters.- Returns:
- the EC key parameters.
-
-