Package net.i2p.crypto.elgamal
Interface ElGamalPublicKey
- All Superinterfaces:
DHKey
,DHPublicKey
,ElGamalKey
,Key
,PublicKey
,Serializable
- All Known Implementing Classes:
ElGamalPublicKeyImpl
-
Field Summary
Fields inherited from interface javax.crypto.interfaces.DHPublicKey
serialVersionUID
-
Method Summary
Methods inherited from interface net.i2p.crypto.elgamal.ElGamalKey
getParameters
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat
-
Method Details
-
getY
BigInteger getY()- Specified by:
getY
in interfaceDHPublicKey
-