Interface ECPublicKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, ECKey, Key, PublicKey, Serializable
- All Known Implementing Classes:
JCEECPublicKey
-
Field Summary
Fields inherited from interface 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 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.- Specified by:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceECKey
-