initialise a RC4 cipher.
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.
processBytes
public void processBytes(byte[] in, int inOff, int len, byte[] out, int outOff)(Code)