public class DefaultElGamalParameterSet extends GenericElGamalParameterSet
The best methods for computing discrete logarithms in GF(p) have an expensive pre-computation stage, but once the pre-computation has been done, individual logarithms can be calculated quickly. In order to make sure that a particular set of parameters does not become too much of a target because it is used in more than one application, you may wish to generate your own set of parameters.
Most of this source file was generated automatically using:
java cryptix.examples.CreateElGamalParameterSet
cryptix.security.elgamal.DefaultElGamalParameterSet 384 512 768 1024 1536
> DefaultElGamalParameterSet.java
References:
$Revision: 1.4 $
cryptix.examples.CreateElGamalParameterSet
,
GenericElGamalParameterSet
,
cryptix.provider.elgamal.ConcreteElGamalKeyPairGenerator
Constructor and Description |
---|
DefaultElGamalParameterSet() |
checkSane, getParameters