public 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) |
createParametersInstanceprotected SecureRandom random
protected int strength
protected void engineInit(int strength,
SecureRandom random)
engineInit in class AlgorithmParameterGeneratorSpiprotected void engineInit(AlgorithmParameterSpec genParamSpec, SecureRandom random) throws InvalidAlgorithmParameterException
engineInit in class AlgorithmParameterGeneratorSpiInvalidAlgorithmParameterExceptionprotected AlgorithmParameters engineGenerateParameters()
engineGenerateParameters in class AlgorithmParameterGeneratorSpiCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.