Aes constructor

Aes(
  1. Cipher _cipher,
  2. EncryptionStrategy _strategy
)

Implementation

Aes(this._cipher, this._strategy);