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, engineInit
protected SecureRandom random
protected int strength
protected final AlgorithmParameters createParametersInstance(String algorithm) throws NoSuchAlgorithmException, NoSuchProviderException
protected void engineInit(int strength, SecureRandom random)
engineInit
in class AlgorithmParameterGeneratorSpi
Copyright © 2017 BouncyCastle.org. All rights reserved.