org.bouncycastle.jce.provider
public abstract class JDKAlgorithmParameterGenerator extends java.security.AlgorithmParameterGeneratorSpi
Modifier and Type | Class and Description |
---|---|
static class |
JDKAlgorithmParameterGenerator.DES |
static class |
JDKAlgorithmParameterGenerator.DH |
static class |
JDKAlgorithmParameterGenerator.DSA |
static class |
JDKAlgorithmParameterGenerator.ElGamal |
static class |
JDKAlgorithmParameterGenerator.GOST3410 |
static class |
JDKAlgorithmParameterGenerator.RC2 |
Modifier and Type | Field and Description |
---|---|
protected java.security.SecureRandom |
random |
protected int |
strength |
Constructor and Description |
---|
JDKAlgorithmParameterGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
engineInit(int strength,
java.security.SecureRandom random) |