fi.hut.tcm.tessa.ECInterfaces
Interface ECDSAPrivateKey


public abstract interface ECDSAPrivateKey
extends ECDSAKey

ECDSAPrivateKey

See Also:
Key, Signature, ECDSAKey, ECDSAPublicKey

Method Summary
 BigInteger getD()
           
 ECDSAParams getParams()
           
 

Method Detail

getD

public BigInteger getD()
Returns:
the value of the private key, d.

getParams

public ECDSAParams getParams()
Specified by:
getParams in interface ECDSAKey
Returns:
the ECDSA-specific key parameters.
See Also:
ECDSAParams