Interface ElGamalPublicKey
- All Superinterfaces:
AsymmetricKey, DEREncodablePREVIEW, ElGamalKey, Key, PublicKey, Serializable
-
Field Summary
Fields inherited from interface PublicKey
serialVersionUID -
Method Summary
Methods inherited from interface Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getY
BigInteger getY() -
getParams
ElGamalParameterSpec getParams()- Specified by:
getParamsin interfaceAsymmetricKey- Specified by:
getParamsin interfaceElGamalKey
-