CTRBlockCipher constructor
CTRBlockCipher(
- int blockSize,
- StreamCipher underlyingCipher
Implementation
CTRBlockCipher(super.blockSize, super.underlyingCipher);
CTRBlockCipher(super.blockSize, super.underlyingCipher);