Bouncy Castle Cryptography 1.11 API Specification: Class JDKAlgorithmParameterGenerator.ElGamal
Bouncy Castle Cryptography 1.11

org.bouncycastle.jce.provider
Class JDKAlgorithmParameterGenerator.ElGamal

java.lang.Object
  |
  +--java.security.AlgorithmParameterGeneratorSpi
        |
        +--org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
              |
              +--org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator.ElGamal
Enclosing class:
JDKAlgorithmParameterGenerator

public static class JDKAlgorithmParameterGenerator.ElGamal
extends JDKAlgorithmParameterGenerator


Inner classes inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
JDKAlgorithmParameterGenerator.DH, JDKAlgorithmParameterGenerator.DSA, JDKAlgorithmParameterGenerator.ElGamal
 
Fields inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
random, strength
 
Constructor Summary
JDKAlgorithmParameterGenerator.ElGamal()
           
 
Method Summary
protected  java.security.AlgorithmParameters engineGenerateParameters()
           
protected  void engineInit(java.security.spec.AlgorithmParameterSpec genParamSpec, java.security.SecureRandom random)
           
 
Methods inherited from class org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDKAlgorithmParameterGenerator.ElGamal

public JDKAlgorithmParameterGenerator.ElGamal()
Method Detail

engineInit

protected void engineInit(java.security.spec.AlgorithmParameterSpec genParamSpec,
                          java.security.SecureRandom random)
                   throws java.security.InvalidAlgorithmParameterException
Overrides:
engineInit in class java.security.AlgorithmParameterGeneratorSpi

engineGenerateParameters

protected java.security.AlgorithmParameters engineGenerateParameters()
Overrides:
engineGenerateParameters in class java.security.AlgorithmParameterGeneratorSpi

Bouncy Castle Cryptography 1.11