Uses of Class
net.i2p.crypto.elgamal.spec.ElGamalParameterSpec
Packages that use 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
Fields in net.i2p.crypto declared as ElGamalParameterSpecModifier and TypeFieldDescriptionstatic final ElGamalParameterSpecCryptoConstants.I2P_ELGAMAL_2048_SPEC -
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal
Methods in net.i2p.crypto.elgamal that return ElGamalParameterSpec -
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal.impl
Methods in net.i2p.crypto.elgamal.impl that return ElGamalParameterSpecModifier and TypeMethodDescriptionElGamalPrivateKeyImpl.getParameters()ElGamalPublicKeyImpl.getParameters()Constructors in net.i2p.crypto.elgamal.impl with parameters of type ElGamalParameterSpecModifierConstructorDescriptionElGamalPrivateKeyImpl(BigInteger x, ElGamalParameterSpec elSpec) ElGamalPublicKeyImpl(BigInteger y, ElGamalParameterSpec elSpec) -
Uses of ElGamalParameterSpec in net.i2p.crypto.elgamal.spec
Methods in net.i2p.crypto.elgamal.spec that return ElGamalParameterSpecConstructors in net.i2p.crypto.elgamal.spec with parameters of type ElGamalParameterSpecModifierConstructorDescription