public abstract class BaseAlgorithmParameterGenerator
extends java.security.AlgorithmParameterGeneratorSpi
Modifier and Type | Field and Description |
---|---|
protected java.security.SecureRandom |
random |
protected int |
strength |
Constructor and Description |
---|
BaseAlgorithmParameterGenerator() |
Modifier and Type | Method and Description |
---|---|
protected void |
engineInit(int strength,
java.security.SecureRandom random) |