Package net.i2p.crypto.elgamal.spec
Class ElGamalPublicKeySpec
java.lang.Object
net.i2p.crypto.elgamal.spec.ElGamalKeySpec
net.i2p.crypto.elgamal.spec.ElGamalPublicKeySpec
- All Implemented Interfaces:
KeySpec
This class specifies an ElGamal public key with its associated parameters.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class net.i2p.crypto.elgamal.spec.ElGamalKeySpec
getParams
-
Constructor Details
-
ElGamalPublicKeySpec
-
-
Method Details
-
getY
Returns the public valuey
.- Returns:
- the public value
y
-