An output stream that mediates between JSSE and the DB server.
SQL Server 2000 has the following requirements:
All handshake records are delivered in TDS packets.
The "Client Key Exchange" (CKE), "Change Cipher Spec" (CCS) and
"Finished" (FIN) messages are to be submitted in the delivered in both
the same TDS packet and the same TCP packet.
From then on TLS/SSL records should be transmitted as normal -- the
TDS packet is part of the encrypted application data.
author: Rob Worsnop author: Mike Hutchinson version: $Id: TdsTlsOutputStream.java,v 1.4 2005/04/28 14:29:31 alin_sinpalean Exp $