- All Superinterfaces:
- Destroyable, DHKey, DHPrivateKey, ElGamalKey, Key, PrivateKey, Serializable
- All Known Implementing Classes:
- ElGamalPrivateKeyImpl
public interface ElGamalPrivateKey
extends ElGamalKey, DHPrivateKey
Interface for ElGamal private keys.
This interface defines the contract for ElGamal private keys, extending both
the ElGamalKey interface and the standard DHPrivateKey interface. ElGamal
private keys contain the secret exponent x used for decryption operations
in the ElGamal public-key cryptosystem.