org.bouncycastle.crypto.modes
Class SICBlockCipher
java.lang.Object
org.bouncycastle.crypto.modes.SICBlockCipher
- BlockCipher
public class SICBlockCipher
extends java.lang.Object
Implements the Segmented Integer Counter (SIC) mode on top of a simple
block cipher. This mode is also known as CTR mode.
SICBlockCipher
public SICBlockCipher(BlockCipher c)
Basic constructor.
c
- the block cipher to be used.
getUnderlyingCipher
public BlockCipher getUnderlyingCipher()
return the underlying block cipher that we are wrapping.
- the underlying block cipher that we are wrapping.