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