initialise
Parameters: forEncryption - whether or not we are for encryption. Parameters: params - the parameters required to set up the cipher. exception: IllegalArgumentException - if the params argument isinappropriate.
processBlock
public int processBlock(byte[] in, int inOff, byte[] out, int outOff)(Code)