Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.jce.interfaces
Interface ECPublicKey

All Superinterfaces:
ECKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
BCECGOST3410PublicKey, BCECPublicKey

public interface ECPublicKey
extends ECKey, java.security.PublicKey

interface for elliptic curve public keys.


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

Method Detail

getQ

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

Bouncy Castle Cryptography Library 1.77.0