public abstract class BaseAlgorithmParameterGenerator extends AlgorithmParameterGeneratorSpi
| Modifier and Type | Field and Description |
|---|---|
protected SecureRandom |
random |
protected int |
strength |
| Constructor and Description |
|---|
BaseAlgorithmParameterGenerator() |
| Modifier and Type | Method and Description |
|---|---|
protected AlgorithmParameters |
createParametersInstance(String algorithm) |
protected void |
engineInit(int strength,
SecureRandom random) |
engineGenerateParameters, engineInitprotected SecureRandom random
protected int strength
protected final AlgorithmParameters createParametersInstance(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
protected void engineInit(int strength,
SecureRandom random)
engineInit in class AlgorithmParameterGeneratorSpiCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.