org.gudy.bouncycastle.jce.interfaces
Interface ECPublicKey

All Superinterfaces:
ECKey, Key, PublicKey, Serializable
All Known Implementing Classes:
JCEECPublicKey

public interface ECPublicKey
extends ECKey, PublicKey

interface for elliptic curve public keys.


Field Summary
 
Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Method Summary
 ECPoint getQ()
          return the public point Q
 
Methods inherited from interface org.gudy.bouncycastle.jce.interfaces.ECKey
getParams
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getQ

ECPoint getQ()
return the public point Q