|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The interface to an ElGamal private key.
References
Bruce Schneier, "Section 19.6 ElGamal," Applied Cryptography, Wiley 2nd Ed, 1996.
$Revision: 1.2 $
ElGamalKey
,
java.security.Cipher
,
Signature
Fields inherited from interface java.security.PrivateKey |
serialVersionUID |
Method Summary | |
java.math.BigInteger |
getX()
Returns the value of x (the private key). |
Methods inherited from interface xjava.security.interfaces.ElGamalKey |
getG, getP, getY |
Methods inherited from interface java.security.Key |
getAlgorithm, getEncoded, getFormat |
Method Detail |
public java.math.BigInteger getX()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |