PaddedBlockCipherImpl constructor

PaddedBlockCipherImpl(
  1. Padding padding,
  2. BlockCipher cipher
)

Implementation

PaddedBlockCipherImpl(this.padding, this.cipher);