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, engineInit
protected SecureRandom random
protected int strength
protected void engineInit(int strength, SecureRandom random)
engineInit
in class AlgorithmParameterGeneratorSpi
Copyright © 2015. All rights reserved.