ParametersWithSaltConfiguration<UnderlyingParameters extends CipherParameters> constructor

ParametersWithSaltConfiguration<UnderlyingParameters extends CipherParameters>(
  1. UnderlyingParameters parameters,
  2. SecureRandom random,
  3. int saltLength
)

Implementation

ParametersWithSaltConfiguration(
    this.parameters, this.random, this.saltLength);