org.bouncycastle.jce.interfaces

Interface ECKey

public interface ECKey

generic interface for an Elliptic Curve Key.
Method Summary
ECParameterSpecgetParameters()
return a parameter specification representing the EC domain parameters for the key.
ECParameterSpecgetParams()
return a parameter specification representing the EC domain parameters for the key.

Method Detail

getParameters

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

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.