org.bouncycastle.jce.provider

Class JDKAlgorithmParameterGenerator

public abstract class JDKAlgorithmParameterGenerator extends AlgorithmParameterGeneratorSpi

Nested Class Summary
static classJDKAlgorithmParameterGenerator.DES
static classJDKAlgorithmParameterGenerator.DH
static classJDKAlgorithmParameterGenerator.DSA
static classJDKAlgorithmParameterGenerator.ElGamal
static classJDKAlgorithmParameterGenerator.GOST3410
static classJDKAlgorithmParameterGenerator.IDEA
static classJDKAlgorithmParameterGenerator.RC2
Field Summary
protected SecureRandomrandom
protected intstrength
Method Summary
protected voidengineInit(int strength, SecureRandom random)

Field Detail

random

protected SecureRandom random

strength

protected int strength

Method Detail

engineInit

protected void engineInit(int strength, SecureRandom random)