Uses of Class
net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Package
Description
These classes provide a number of low-level cryptographic routines.
Interfaces for ElGamal keys, used for I2PProvider.
Implementation of ElGamal keys, used for I2PProvider.
Specs ElGamal keys, used for I2PProvider.
-
Uses of ElGamalParameterSpec in net.i2p.crypto
Modifier and TypeFieldDescriptionstatic final ElGamalParameterSpec
CryptoConstants.I2P_ELGAMAL_2048_SPEC
-
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal
-
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal.impl
Modifier and TypeMethodDescriptionElGamalPrivateKeyImpl.getParameters()
ElGamalPublicKeyImpl.getParameters()
ModifierConstructorDescriptionElGamalPrivateKeyImpl
(BigInteger x, ElGamalParameterSpec elSpec) ElGamalPublicKeyImpl
(BigInteger y, ElGamalParameterSpec elSpec) -
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal.spec
ModifierConstructorDescription