fi.hut.tcm.tessa.ECInterfaces
Interface ECDSAKey

All Known Subinterfaces:
ECDSAPrivateKey, ECDSAPublicKey

public abstract interface ECDSAKey

ECDSAKey

See Also:
ECDSAParams, Key, Signature

Method Summary
 ECDSAParams getParams()
           
 

Method Detail

getParams

public ECDSAParams getParams()
Returns:
the ECDSA-specific key parameters.
See Also:
ECDSAParams