ParametersWithRandom<UnderlyingParameters extends CipherParameters> constructor
ParametersWithRandom<UnderlyingParameters extends CipherParameters> (
- UnderlyingParameters parameters,
- SecureRandom random
Implementation
ParametersWithRandom(this.parameters, this.random);