Bouncy Castle Cryptography 1.26

org.bouncycastle.jce.provider
Interface BCECPublicKey

All Superinterfaces:
BCECKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
JCEECPublicKey

public interface BCECPublicKey
extends BCECKey, 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.provider.BCECKey
getParameters
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
 

Method Detail

getQ

public ECPoint getQ()
return the public point Q

Bouncy Castle Cryptography 1.26