PaddedBlockCipherImpl constructor
PaddedBlockCipherImpl(
- Padding padding,
- BlockCipher cipher
Implementation
PaddedBlockCipherImpl(this.padding, this.cipher);
PaddedBlockCipherImpl(this.padding, this.cipher);