net.sourceforge.jtds.ssl |
|
Java Source File Name | Type | Comment |
SocketFactories.java | Class | Used for acquiring a socket factory when SSL is enabled. |
Ssl.java | Interface | |
TdsTlsInputStream.java | Class | An input stream that filters out TDS headers so they are not returned to
JSSE (which will not recognize them). |
TdsTlsOutputStream.java | Class | An output stream that mediates between JSSE and the DB server. |
TdsTlsSocket.java | Class | A socket that mediates between JSSE and the DB server. |