Google

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

org.bouncycastle.jce.provider
Class JDKAlgorithmParameterGenerator

java.lang.Object
  |
  +--java.security.AlgorithmParameterGeneratorSpi
        |
        +--org.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
Direct Known Subclasses:
JDKAlgorithmParameterGenerator.DH, JDKAlgorithmParameterGenerator.DSA, JDKAlgorithmParameterGenerator.ElGamal

public abstract class JDKAlgorithmParameterGenerator
extends java.security.AlgorithmParameterGeneratorSpi


Inner Class Summary
static class JDKAlgorithmParameterGenerator.DH
           
static class JDKAlgorithmParameterGenerator.DSA
           
static class JDKAlgorithmParameterGenerator.ElGamal
           
 
Field Summary
protected  java.security.SecureRandom random
           
protected  int strength
           
 
Constructor Summary
JDKAlgorithmParameterGenerator()
           
 
Method Summary
protected  void engineInit(int strength, java.security.SecureRandom random)
           
 
Methods inherited from class java.security.AlgorithmParameterGeneratorSpi
engineGenerateParameters, engineInit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

random

protected java.security.SecureRandom random

strength

protected int strength
Constructor Detail

JDKAlgorithmParameterGenerator

public JDKAlgorithmParameterGenerator()
Method Detail

engineInit

protected void engineInit(int strength,
                          java.security.SecureRandom random)
Overrides:
engineInit in class java.security.AlgorithmParameterGeneratorSpi

Bouncy Castle Cryptography 1.11