ParametersWithRandom constructor
ParametersWithRandom(
- CipherParameters parameters,
- SecureRandom random
Implementation
ParametersWithRandom(this.parameters, this.random);