PaddedBlockCipherImpl constructor
PaddedBlockCipherImpl(
- PKCS7Padding _padding,
- BlockCipher _cipher
Implementation
PaddedBlockCipherImpl(this._padding, this._cipher);
PaddedBlockCipherImpl(this._padding, this._cipher);