org.bouncycastle.jce.interfaces

Interface ECPublicKey

All Superinterfaces:
ECKey, PublicKey
Known Implementing Classes:
JCEECPublicKey

public interface ECPublicKey
extends ECKey, PublicKey

interface for elliptic curve public keys.

Method Summary

org.bouncycastle.math.ec.ECPoint
getQ()
return the public point Q

Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey

getParameters, getParams

Method Details

getQ

public org.bouncycastle.math.ec.ECPoint getQ()
return the public point Q