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