| java.lang.Object org.bouncycastle.crypto.modes.SICBlockCipher
SICBlockCipher | public class SICBlockCipher implements BlockCipher(Code) | | 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)(Code) | | Basic constructor.
Parameters: c - the block cipher to be used. |
getBlockSize | public int getBlockSize()(Code) | | |
getUnderlyingCipher | public BlockCipher getUnderlyingCipher()(Code) | | return the underlying block cipher that we are wrapping.
the underlying block cipher that we are wrapping. |
reset | public void reset()(Code) | | |
|
|