Skip navigation links

Package net.i2p.crypto.elgamal.spec

Parameter specifications and key interfaces for ElGamal cryptographic operations.

See: Description

Package net.i2p.crypto.elgamal.spec Description

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.

Skip navigation links