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