See: Description
| Class | Description |
|---|---|
| ElGamalGenParameterSpec |
Parameter specification for ElGamal key generation.
|
| ElGamalKeySpec |
Base key specification for ElGamal keys.
|
| ElGamalParameterSpec |
Copied from org.bouncycastle.jce.spec
This can't actually be passed to the BC provider, we would have to
use reflection to create a "real" org.bouncycasle.jce.spec.ElGamalParameterSpec.
|
| ElGamalPrivateKeySpec |
This class specifies an ElGamal private key with its associated parameters.
|
| ElGamalPublicKeySpec |
This class specifies an ElGamal public key with its associated parameters.
|
Parameter specifications and key interfaces for ElGamal cryptographic operations.
This package defines the specifications and interfaces for ElGamal keys and parameters, providing the foundation for ElGamal implementation within the I2P security provider. The specifications are copied from Bouncy Castle 1.53 and adapted for I2P usage.
Key Components:
These specifications enable proper configuration and initialization of ElGamal operations through the Java Cryptography Architecture, supporting the I2PProvider in delivering standardized cryptographic services.
License: Copied from Bouncy Castle 1.53. See net.i2p.crypto.elgamal for license information.
Since 0.9.25.