Bouncy Castle Cryptography 1.11 API Specification: Interface ECKey
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.interfaces
Interface ECKey

All Known Subinterfaces:
ECPrivateKey, ECPublicKey

public interface ECKey

generic interface for an Elliptic Curve Key.


Method Summary
 ECParameterSpec getParams()
          return a parameter specification representing the EC domain parameters for the key.
 

Method Detail

getParams

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

Bouncy Castle Cryptography 1.11