Uses of Class
com.biglybt.pif.network.TransportException
-
Packages that use TransportException Package Description com.biglybt.pif.network com.biglybt.pifimpl.local.network -
-
Uses of TransportException in com.biglybt.pif.network
Methods in com.biglybt.pif.network that throw TransportException 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)
TransportFilter
ConnectionManager. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
-
Uses of TransportException in com.biglybt.pifimpl.local.network
Methods in com.biglybt.pifimpl.local.network that throw TransportException 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)
TransportFilter
ConnectionManagerImpl. createTransportFilter(Connection connection, TransportCipher read_cipher, TransportCipher write_cipher)
-