fi.hut.tcm.tessa.ECInterfaces
Interface ECDSAPublicKey


public abstract interface ECDSAPublicKey
extends ECDSAKey

ECDSAPublicKey

See Also:
Key, Signature, ECDSAKey, ECDSAPrivateKey

Method Summary
 ECDSAParams getParams()
           
 ECPoint getQ()
           
 

Method Detail

getQ

public ECPoint getQ()
Returns:
the value of the public key, Q.

getParams

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