- All Implemented Interfaces:
- KeySpec
- Direct Known Subclasses:
- ElGamalPrivateKeySpec, ElGamalPublicKeySpec
public class ElGamalKeySpec
extends Object
implements KeySpec
Base key specification for ElGamal keys.
This class provides a foundation for ElGamal key specifications by encapsulating
the ElGamal parameters (prime p and generator g). It serves as a base class for
more specific key specifications used in key generation and conversion operations.