Example usage for Java org.bouncycastle.crypto.modes CBCBlockCipher fields, constructors, methods, implement or subclass
The text is from its open source code.
CBCBlockCipher(BlockCipher cipher) Basic constructor. |
void | init(boolean encrypting, CipherParameters params) Initialise the cipher and, possibly, the initialisation vector (IV). |
int | processBlock(byte[] in, int inOff, byte[] out, int outOff) Process one block of input from the array in and write it to the out array. |