public abstract class JDKAlgorithmParameterGenerator extends 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 SecureRandom |
random |
protected int |
strength |
| Constructor and Description |
|---|
JDKAlgorithmParameterGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
engineInit(int strength,
SecureRandom random) |
engineGenerateParameters, engineInitprotected SecureRandom random
protected int strength
protected void engineInit(int strength,
SecureRandom random)
engineInit in class AlgorithmParameterGeneratorSpiCopyright © 2015. All rights reserved.