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