public abstract class AlgorithmParameterGeneratorSpi extends BaseAlgorithmParameterGeneratorSpi
Modifier and Type | Field and Description |
---|---|
protected SecureRandom |
random |
protected int |
strength |
Constructor and Description |
---|
AlgorithmParameterGeneratorSpi() |
Modifier and Type | Method and Description |
---|---|
protected AlgorithmParameters |
engineGenerateParameters() |
protected void |
engineInit(AlgorithmParameterSpec genParamSpec,
SecureRandom random) |
protected void |
engineInit(int strength,
SecureRandom random) |
createParametersInstance
protected SecureRandom random
protected int strength
protected void engineInit(int strength, SecureRandom random)
engineInit
in class AlgorithmParameterGeneratorSpi
protected void engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random) throws InvalidAlgorithmParameterException
engineInit
in class AlgorithmParameterGeneratorSpi
InvalidAlgorithmParameterException
protected AlgorithmParameters engineGenerateParameters()
engineGenerateParameters
in class AlgorithmParameterGeneratorSpi
Copyright © 2017 BouncyCastle.org. All rights reserved.