All Packages Class Hierarchy This Package Previous Next Index
Interface java.security.interfaces.ElGamalPrivateKey
- public interface ElGamalPrivateKey
- extends ElGamalKey, PrivateKey
The interface to an ElGamal private key.
References
Bruce Schneier,
"Section 19.6 ElGamal,"
Applied Cryptography,
Wiley 2nd Ed, 1996.
$Revision: 1.1.1.1 $
- Author:
- David Hopwood
- See Also:
- ElGamalKey, Cipher, Signature
-
getX()
- Returns the value of x (the private key).
getX
public abstract BigInteger getX()
- Returns the value of x (the private key).
- Returns:
- x as a java.math.BigInteger
All Packages Class Hierarchy This Package Previous Next Index