Class JDKAlgorithmParameterGenerator
- java.lang.Object
-
- java.security.AlgorithmParameterGeneratorSpi
-
- org.gudy.bouncycastle.jce.provider.JDKAlgorithmParameterGenerator
-
- Direct Known Subclasses:
JDKAlgorithmParameterGenerator.AES
,JDKAlgorithmParameterGenerator.CAST5
,JDKAlgorithmParameterGenerator.DES
,JDKAlgorithmParameterGenerator.DH
,JDKAlgorithmParameterGenerator.DSA
,JDKAlgorithmParameterGenerator.ElGamal
,JDKAlgorithmParameterGenerator.IDEA
,JDKAlgorithmParameterGenerator.RC2
public abstract class JDKAlgorithmParameterGenerator extends java.security.AlgorithmParameterGeneratorSpi
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description 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.IDEA
static class
JDKAlgorithmParameterGenerator.RC2
-
Constructor Summary
Constructors Constructor Description JDKAlgorithmParameterGenerator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
engineInit(int strength, java.security.SecureRandom random)
-