|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ElGamalParams | |
cryptix.provider.elgamal | |
xjava.security.interfaces |
Uses of ElGamalParams in cryptix.provider.elgamal |
Classes in cryptix.provider.elgamal that implement ElGamalParams | |
class |
BaseElGamalParams
Class representing an ElGamal-specific set of key parameters, which defines an ElGamal key family. |
Methods in cryptix.provider.elgamal that return ElGamalParams | |
ElGamalParams |
GenericElGamalParameterSet.getParameters(int primeLength)
If primeLength corresponds to one of the precomputed prime lengths, this method returns a corresponding ElGamalParams object. |
ElGamalParams |
BaseElGamalKeyPairGenerator.generateParams(int primeLen,
java.security.SecureRandom random)
Generates new parameters, p and g. |
Methods in cryptix.provider.elgamal with parameters of type ElGamalParams | |
void |
BaseElGamalKeyPairGenerator.initialize(ElGamalParams params,
java.security.SecureRandom random)
Initialises the key pair generator using the prime and base from the specified ElGamalParams object. |
Constructors in cryptix.provider.elgamal with parameters of type ElGamalParams | |
BaseElGamalPublicKey.BaseElGamalPublicKey(ElGamalParams params,
java.math.BigInteger y)
Constructs a BaseElGamalPublicKey with a prime and base taken from an object implementing java.security.interfaces.ElGamalParams, and the specified public value y = g |
|
BaseElGamalPrivateKey.BaseElGamalPrivateKey(ElGamalParams params,
java.math.BigInteger x)
Constructs a BaseElGamalPublicKey with a prime and base taken from an object implementing java.security.interfaces.ElGamalParams, and the specified private value x. |
Uses of ElGamalParams in xjava.security.interfaces |
Methods in xjava.security.interfaces that return ElGamalParams | |
ElGamalParams |
ElGamalKeyPairGenerator.generateParams(int primeLen,
java.security.SecureRandom random)
Generates new parameters, p and g. |
Methods in xjava.security.interfaces with parameters of type ElGamalParams | |
void |
ElGamalKeyPairGenerator.initialize(ElGamalParams params,
java.security.SecureRandom random)
Initializes the key pair generator using the prime and base from the specified ElGamalParams object. |
|
Cryptix V3.2 | |||||||||
PREV NEXT | FRAMES NO FRAMES |