Example usage for Java org.bouncycastle.crypto.modes CFBBlockCipher fields, constructors, methods, implement or subclass
The text is from its open source code.
CFBBlockCipher(BlockCipher cipher, int bitBlockSize) Basic constructor. |
int | decryptBlock(byte[] in, int inOff, byte[] out, int outOff) Do the appropriate processing for CFB mode decryption. |
void | init(boolean encrypting, CipherParameters params) Initialise the cipher and, possibly, the initialisation vector (IV). |