Uses of Class
org.gudy.bouncycastle.crypto.engines.RC4Engine
-
Packages that use RC4Engine Package Description com.biglybt.core.networkmanager.impl com.biglybt.core.networkmanager.impl.udp -
-
Uses of RC4Engine in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as RC4Engine Modifier and Type Field Description private RC4Engine
TransportCipher. rc4_engine
-
Uses of RC4Engine in com.biglybt.core.networkmanager.impl.udp
Fields in com.biglybt.core.networkmanager.impl.udp declared as RC4Engine Modifier and Type Field Description private RC4Engine
UDPConnectionSet.SequenceGenerator. cipher
private RC4Engine
UDPConnectionSet. header_cipher_in
private RC4Engine
UDPConnectionSet. header_cipher_out
Methods in com.biglybt.core.networkmanager.impl.udp that return RC4Engine Modifier and Type Method Description private RC4Engine
UDPConnectionSet. getCipher(byte[] key)
Methods in com.biglybt.core.networkmanager.impl.udp with parameters of type RC4Engine Modifier and Type Method Description protected int
UDPConnectionSet. cipherInt(RC4Engine cipher, int i)
Constructors in com.biglybt.core.networkmanager.impl.udp with parameters of type RC4Engine Constructor Description SequenceGenerator(java.util.Random _generator, RC4Engine _cipher, boolean _in)
-