Package org.bouncycastle.jce.interfaces
Interface ECKey
-
- All Known Subinterfaces:
ECPrivateKey
,ECPublicKey
- All Known Implementing Classes:
BCDSTU4145PrivateKey
,BCDSTU4145PublicKey
,BCECGOST3410_2012PrivateKey
,BCECGOST3410_2012PublicKey
,BCECGOST3410PrivateKey
,BCECGOST3410PublicKey
,BCECPrivateKey
,BCECPublicKey
,JCEECPrivateKey
,JCEECPublicKey
public interface ECKey
generic interface for an Elliptic Curve Key.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ECParameterSpec
getParameters()
return a parameter specification representing the EC domain parameters for the key.
-
-
-
Method Detail
-
getParameters
ECParameterSpec getParameters()
return a parameter specification representing the EC domain parameters for the key.
-
-