|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ElGamalParams
Interface to an ElGamal-specific set of key parameters, which defines an ElGamal key family.
The same key parameters apply to both the signature and encryption algorithms.
References
Bruce Schneier, "Section 19.6 ElGamal," Applied Cryptography, Wiley 2nd Ed, 1996.
$Revision: 1.2 $
ElGamalKey
,
Key
,
java.security.Cipher
,
Signature
Method Summary | |
---|---|
java.math.BigInteger |
getG()
Returns the base, g. |
java.math.BigInteger |
getP()
Returns the prime, p. |
Method Detail |
---|
java.math.BigInteger getP()
java.math.BigInteger getG()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |