Package net.sourceforge.jtds.ssl


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