Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface ElGamalPrivateKey
extends ElGamalKey, PrivateKey
Bruce Schneier, "Section 19.6 ElGamal," Applied Cryptography, Wiley 2nd Ed, 1996.$Revision: 1.2 $
ElGamalKey
, java.security.Cipher
, java.security.Signature
Method Summary | |
BigInteger |
|
Methods inherited from interface xjava.security.interfaces.ElGamalKey | |
getG , getP , getY |
public BigInteger getX()
Returns the value of x (the private key).
- Returns:
- x as a java.math.BigInteger