IAIK ECC
version 2.18

iaik.security.ecc.interfaces
Interface ECDSAPublicKey

All Superinterfaces:
ECDSAKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
ECPublicKey

public interface ECDSAPublicKey
extends java.security.PublicKey, ECDSAKey

Common Interface for all ECDSA public keys. The public key is a point on the elliptic curve W, which satisfies W = s*G, where s is the private key and G the base point.


Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 ECPoint getW()
           
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 
Methods inherited from interface iaik.security.ecc.interfaces.ECDSAKey
getParameter
 

Method Detail

getW

public ECPoint getW()
Returns:
the public key W.

IAIK ECC
version 2.18

IAIK-ECC 2.18, (c) 2002 IAIK, (c) 2003 SIC