Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.interfaces
Interface ECKey

All Known Subinterfaces:
ECPrivateKey, ECPublicKey

public interface ECKey

generic interface for an Elliptic Curve Key.


Method Summary
 ECParameterSpec getParameters()
          return a parameter specification representing the EC domain parameters for the key.
 ECParameterSpec getParams()
          Deprecated. this method vanises in JDK 1.5. Use getParameters().
 

Method Detail

getParams

public 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

public ECParameterSpec getParameters()
return a parameter specification representing the EC domain parameters for the key.

Bouncy Castle Cryptography Library 1.77.0