CTRBlockCipher constructor

CTRBlockCipher(
  1. int blockSize,
  2. StreamCipher underlyingCipher
)

Implementation

CTRBlockCipher(super.blockSize, super.underlyingCipher);