ParametersWithIV<T extends CipherParameters> constructor
ParametersWithIV<T extends CipherParameters> (
- T parameters,
- Uint8List iv
Implementation
ParametersWithIV(this.parameters, this.iv);