Package net.sourceforge.jtds.ssl
-
Interface Summary Interface Description Ssl SSL settings -
Class Summary Class Description SocketFactories Used for acquiring a socket factory when SSL is enabled.SocketFactories.TdsTlsSocketFactory The socket factory for creating sockets based on the SSL setting.TdsTlsInputStream An input stream that filters out TDS headers so they are not returned to JSSE (which will not recognize them).TdsTlsOutputStream An output stream that mediates between JSSE and the DB server.TdsTlsSocket A socket that mediates between JSSE and the DB server.