ParametersWithIV<UnderlyingParameters extends CipherParameters?> constructor

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

Implementation

ParametersWithIV(this.parameters, this.iv);