org.bouncycastle.jce.provider
public abstract class JDKAlgorithmParameterGenerator extends AlgorithmParameterGeneratorSpi
| Nested Class Summary | |
|---|---|
| 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) |