xjava.security.interfaces
Interface ElGamalPublicKey

All Superinterfaces:
ElGamalKey, java.security.Key, java.security.PublicKey, java.io.Serializable
All Known Implementing Classes:
BaseElGamalPublicKey

public interface ElGamalPublicKey
extends ElGamalKey, java.security.PublicKey

The interface to an ElGamal public key.

References

Bruce Schneier, "Section 19.6 ElGamal," Applied Cryptography, Wiley 2nd Ed, 1996.

$Revision: 1.2 $

Since:
IJCE 1.0.1
Author:
David Hopwood
See Also:
ElGamalKey, java.security.Cipher, Signature

Fields inherited from interface java.security.PublicKey
serialVersionUID
 
Methods inherited from interface xjava.security.interfaces.ElGamalKey
getG, getP, getY
 
Methods inherited from interface java.security.Key
getAlgorithm, getEncoded, getFormat