Example usage for Java org.bouncycastle.crypto.modes SICBlockCipher fields, constructors, methods, implement or subclass
The text is from its open source code.
SICBlockCipher(BlockCipher c) Basic constructor. |
int | getBlockSize() |
void | init(boolean forEncryption, CipherParameters params) |
int | processBlock(byte[] in, int inOff, byte[] out, int outOff) |