Interface ECPublicKey
- All Superinterfaces:
ECKey,Key,PublicKey,Serializable
- All Known Implementing Classes:
JCEECPublicKey
interface for elliptic curve public keys.
-
Field Summary
Fields inherited from interface java.security.PublicKey
serialVersionUID -
Method Summary
Modifier and TypeMethodDescriptionreturn a parameter specification representing the EC domain parameters for the key.getQ()return the public point QMethods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getQ
ECPoint getQ()return the public point Q -
getParams
ECParameterSpec getParams()Description copied from interface:ECKeyreturn a parameter specification representing the EC domain parameters for the key.
-