ECKey

Interface ECKey

All Known Subinterfaces:
ECPrivateKey, ECPublicKey
public interface ECKey

The interface to an elliptic curve (EC) key.

Since:
1.5

Methods

getParams

ECParameterSpec getParams()

Returns the domain parameters associated with this key. The domain parameters are either explicitly specified or implicitly created during key generation.

Returns:
the associated domain parameters.

© 1993–2017, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Ki