Uses of Class
com.biglybt.core.networkmanager.impl.TransportCipher
-
Packages that use TransportCipher Package Description com.biglybt.core.networkmanager.impl com.biglybt.pifimpl.local.network -
-
Uses of TransportCipher in com.biglybt.core.networkmanager.impl
Fields in com.biglybt.core.networkmanager.impl declared as TransportCipher Modifier and Type Field Description private TransportCipher
ProtocolDecoderPHE. read_cipher
private TransportCipher
TransportHelperFilterStreamCipher. read_cipher
private TransportCipher
ProtocolDecoderPHE. write_cipher
private TransportCipher
TransportHelperFilterStreamCipher. write_cipher
Constructors in com.biglybt.core.networkmanager.impl with parameters of type TransportCipher Constructor Description TransportHelperFilterStreamCipher(TransportHelper _transport, TransportCipher _read_cipher, TransportCipher _write_cipher)
-
Uses of TransportCipher in com.biglybt.pifimpl.local.network
Fields in com.biglybt.pifimpl.local.network declared as TransportCipher Modifier and Type Field Description (package private) TransportCipher
TransportCipherImpl. cipher
Constructors in com.biglybt.pifimpl.local.network with parameters of type TransportCipher Constructor Description TransportCipherImpl(TransportCipher cipher)
-