Uses of Interface
com.biglybt.pif.network.TransportCipher
-
Packages that use TransportCipher Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.network -
-
Uses of TransportCipher in com.biglybt.pif.network
Methods in com.biglybt.pif.network that return TransportCipher Modifier and Type Method Description TransportCipher
ConnectionManager. createTransportCipher(java.lang.String algorithm, int mode, javax.crypto.spec.SecretKeySpec key_spec, java.security.spec.AlgorithmParameterSpec params)
Methods in com.biglybt.pif.network with parameters of type TransportCipher Modifier and Type Method Description TransportFilter
ConnectionManager. 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 TransportCipher Modifier and Type Class Description class
TransportCipherImpl
Methods in com.biglybt.pifimpl.local.network that return TransportCipher Modifier and Type Method Description TransportCipher
ConnectionManagerImpl. createTransportCipher(java.lang.String algorithm, int mode, javax.crypto.spec.SecretKeySpec key_spec, java.security.spec.AlgorithmParameterSpec params)
Methods in com.biglybt.pifimpl.local.network with parameters of type TransportCipher Modifier and Type Method Description TransportFilter
ConnectionManagerImpl. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
-