xjava.security.interfaces
Interface ElGamalPrivateKey
- ElGamalKey, PrivateKey
- BaseElGamalPrivateKey
public interface ElGamalPrivateKey
The interface to an ElGamal private key.
References
Bruce Schneier,
"Section 19.6 ElGamal,"
Applied Cryptography,
Wiley 2nd Ed, 1996.
$Revision: 1.2 $
- David Hopwood
- IJCE 1.0.1
ElGamalKey
, java.security.Cipher
, java.security.Signature
BigInteger | getX() - Returns the value of x (the private key).
|
getX
public BigInteger getX()
Returns the value of x (the private key).
- x as a java.math.BigInteger