public class RC4 extends java.lang.Object
RC4(byte[] key)
byte[]
decrypt(byte[] ciphertext)
encrypt(byte[] plaintext)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RC4(byte[] key)
public byte[] encrypt(byte[] plaintext)
public byte[] decrypt(byte[] ciphertext)