BlockCipher constructor

BlockCipher(
  1. Engine engine,
  2. String key
)

Implementation

BlockCipher(this.engine, this.key);