Bouncy Castle Cryptography 1.26

org.bouncycastle.jce.provider
Interface BCECKey

All Known Subinterfaces:
BCECPrivateKey, BCECPublicKey
All Known Implementing Classes:
JCEECPrivateKey, JCEECPublicKey

public interface BCECKey

generic interface for an Elliptic Curve Key.


Method Summary
 ECParameterSpec getParameters()
          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.


Bouncy Castle Cryptography 1.26