![](http://www.gnu-darwin.org/hexley-gd-sm.png)
|
Bouncy Castle Cryptography 1.11 API Specification: Interface ECPublicKey
org.bouncycastle.jce.interfaces
Interface ECPublicKey
- All Superinterfaces:
- ECKey, java.security.Key, java.security.PublicKey, java.io.Serializable
- All Known Implementing Classes:
- JCEECPublicKey
- public interface ECPublicKey
- extends ECKey, java.security.PublicKey
interface for elliptic curve public keys.
Fields inherited from interface java.security.PublicKey |
serialVersionUID |
Method Summary |
ECPoint |
getQ()
return the public point Q |
Methods inherited from interface org.bouncycastle.jce.interfaces.ECKey |
getParams |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
getQ
public ECPoint getQ()
- return the public point Q
|