Bouncy Castle Cryptography 1.26

org.bouncycastle.jce.provider
Interface BCECKey

All Known Subinterfaces:
BCECPrivateKey, BCECPublicKey
All Known Implementing Classes:
JCEEC5PrivateKey, JCEEC5PublicKey, 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

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


Bouncy Castle Cryptography 1.26