ParametersWithSalt<UnderlyingParameters extends CipherParameters> constructor

ParametersWithSalt<UnderlyingParameters extends CipherParameters>(
  1. UnderlyingParameters parameters,
  2. Uint8List salt
)

Implementation

ParametersWithSalt(this.parameters, this.salt);