public
interface
ECKey
java.security.interfaces.ECKey |
Known Indirect Subclasses |
The interface to an elliptic curve (EC) key.
Public methods | |
---|---|
abstract
ECParameterSpec
|
getParams()
Returns the domain parameters associated with this key. |
ECParameterSpec getParams ()
Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation.
Returns | |
---|---|
ECParameterSpec |
the associated domain parameters. |