DES constructor

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

Implementation

DES(this.engine, this.key);