Uses of Interface
com.biglybt.pif.network.TransportCipher
Packages that use TransportCipher
-
Uses of TransportCipher in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return TransportCipherModifier and TypeMethodDescriptionConnectionManager.createTransportCipher
(String algorithm, int mode, SecretKeySpec key_spec, AlgorithmParameterSpec params) Methods in com.biglybt.pif.network with parameters of type TransportCipherModifier and TypeMethodDescriptionConnectionManager.createTransportFilter
(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher) -
Uses of TransportCipher in com.biglybt.pifimpl.local.network
Classes in com.biglybt.pifimpl.local.network that implement TransportCipherMethods in com.biglybt.pifimpl.local.network that return TransportCipherModifier and TypeMethodDescriptionConnectionManagerImpl.createTransportCipher
(String algorithm, int mode, SecretKeySpec key_spec, AlgorithmParameterSpec params) Methods in com.biglybt.pifimpl.local.network with parameters of type TransportCipherModifier and TypeMethodDescriptionConnectionManagerImpl.createTransportFilter
(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)