org.bouncycastle.jce.provider

Class JDKAlgorithmParameterGenerator


public abstract class JDKAlgorithmParameterGenerator
extends AlgorithmParameterGeneratorSpi

Nested Class Summary

static class
JDKAlgorithmParameterGenerator.AES
static class
JDKAlgorithmParameterGenerator.CAST5
static class
JDKAlgorithmParameterGenerator.DES
static class
JDKAlgorithmParameterGenerator.DH
static class
JDKAlgorithmParameterGenerator.DSA
static class
JDKAlgorithmParameterGenerator.ElGamal
static class
JDKAlgorithmParameterGenerator.GOST3410
static class
JDKAlgorithmParameterGenerator.IDEA
static class
JDKAlgorithmParameterGenerator.RC2

Field Summary

protected SecureRandom
random
protected int
strength

Method Summary

protected void
engineInit(int strength, SecureRandom random)

Field Details

random

protected SecureRandom random


strength

protected int strength

Method Details

engineInit

protected void engineInit(int strength,
                          SecureRandom random)