public class RC4 extends java.lang.Object
RC4()
RC4(byte[] key)
void
init(byte[] key, int ki, int klen)
update(byte[] src, int soff, int slen, byte[] dst, int doff)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RC4()
public RC4(byte[] key)
public void init(byte[] key, int ki, int klen)
public void update(byte[] src, int soff, int slen, byte[] dst, int doff)