aicas logoJamaica 6.4 release 1

java.security.interfaces
Interface ECKey

All Known Subinterfaces:
ECPrivateKey, ECPublicKey

public interface ECKey

The interface to an elliptic curve (EC) key.

Since:
1.5

Method Summary
 ECParameterSpec getParams()
          Returns the domain parameters associated with this key.
 

Method Detail

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.

aicas logoJamaica 6.4 release 1

aicas GmbH, Karlsruhe, Germany —www.aicas.com
Copyright © 2001-2015 aicas GmbH. All Rights Reserved.