HmsCipher constructor

HmsCipher({
  1. HmsAlgorithmParameters? algorithmParameters,
  2. String? algorithm,
  3. int? blockSize,
  4. Uint8List? iv,
})

Implementation

HmsCipher(
    {this.algorithmParameters, this.algorithm, this.blockSize, this.iv});