ParametersWithIV<T extends CipherParameters> constructor

ParametersWithIV<T extends CipherParameters>(
  1. T parameters,
  2. Uint8List iv
)

Implementation

ParametersWithIV(this.parameters, this.iv);