ParametersWithRandom<UnderlyingParameters extends CipherParameters> constructor

ParametersWithRandom<UnderlyingParameters extends CipherParameters>(
  1. UnderlyingParameters parameters,
  2. SecureRandom random
)

Implementation

ParametersWithRandom(this.parameters, this.random);