net.sourceforge.jtds.util |
|
Java Source File Name | Type | Comment |
BlobBuffer.java | Class | Manages a buffer (backed by optional disk storage) for use as a data store
by the CLOB and BLOB objects.
The data can be purely memory based until the size exceeds the value
dictated by the lobBuffer URL property after which it will be
written to disk. |
DESEngine.java | Class | a class that provides a basic DES engine.
Modified by Matt Brinkley (mdb) ... |
GeneralDigest.java | Class | base implementation of MD4 family style digest as outlined in
"Handbook of Applied Cryptography", pages 344 - 347. |
Logger.java | Class | Class providing static methods to log diagnostics. |
MD4Digest.java | Class | implementation of MD4 as RFC 1320 by R. |
MD5Digest.java | Class | implementation of MD5 as outlined in "Handbook of Applied Cryptography", pages 346 - 347. |
SSPIJNIClient.java | Class | A JNI client to SSPI based CPP program (DLL) that returns the user
credentials for NTLM authentication. |
TimerThread.java | Class | Simple timer class used to implement login and query timeouts. |