Package org.bouncycastle.jce.interfaces
Interface ECPublicKey
- All Superinterfaces:
ECKey,Key,PublicKey,Serializable
- All Known Implementing Classes:
BCDSTU4145PublicKey,BCECGOST3410_2012PublicKey,BCECGOST3410PublicKey,BCECPublicKey,JCEECPublicKey
interface for elliptic curve public keys.
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID -
Method Summary
Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey
getParametersMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getQ
ECPoint getQ()return the public point Q
-