public class RC4 extends Object
RC4(byte[] keyBytes)
byte
decrypt(byte in)
byte[]
decrypt(byte[] in)
encrypt(byte in)
encrypt(byte[] in)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public RC4(byte[] keyBytes)
keyBytes
public byte encrypt(byte in)
public byte decrypt(byte in)
public byte[] encrypt(byte[] in)
public byte[] decrypt(byte[] in)
Copyright © 2023. All rights reserved.