java.lang.Object
java.security.AlgorithmParameterGeneratorSpi
cryptix.jce.provider.elgamal.ElGamalParameterGenerator
- public final class ElGamalParameterGenerator
- extends java.security.AlgorithmParameterGeneratorSpi
- Version:
- $Revision: 1.2 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KEYSIZE_MIN
private static final int KEYSIZE_MIN
- See Also:
- Constant Field Values
KEYSIZE_MAX
private static final int KEYSIZE_MAX
- See Also:
- Constant Field Values
KEYSIZE_DEFAULT
private static final int KEYSIZE_DEFAULT
- See Also:
- Constant Field Values
ElGamalParameterGenerator
public ElGamalParameterGenerator()
engineInit
protected void engineInit(int size,
java.security.SecureRandom random)
- Description copied from class:
java.security.AlgorithmParameterGeneratorSpi
- Initializes the parameter generator with the specified size
and SecureRandom
engineInit
protected void engineInit(java.security.spec.AlgorithmParameterSpec genParamSpec,
java.security.SecureRandom random)
throws java.security.InvalidAlgorithmParameterException
- Description copied from class:
java.security.AlgorithmParameterGeneratorSpi
- Initializes the parameter generator with the specified
AlgorithmParameterSpec and SecureRandom classes.
If genParamSpec is an invalid AlgorithmParameterSpec for this
AlgorithmParameterGeneratorSpi then it throws
InvalidAlgorithmParameterException
engineGenerateParameters
protected java.security.AlgorithmParameters engineGenerateParameters()
- Description copied from class:
java.security.AlgorithmParameterGeneratorSpi
- Generate a new set of AlgorithmParameters.