net.sourceforge.jtds.ssl
Interface Ssl
SSL settings
$Id: Ssl.java,v 1.3 2005/04/20 16:49:30 alin_sinpalean Exp $- Rob Worsnop
- Mike Hutchinson
HS_HEADER_SIZE
public static final int HS_HEADER_SIZE
TLS Hand shake Header Size.
SSL_AUTHENTICATE
public static final String SSL_AUTHENTICATE
SSL is required and the server must return a certificate signed by a
client-trusted authority.
SSL_OFF
public static final String SSL_OFF
SSL is not used.
SSL_REQUEST
public static final String SSL_REQUEST
SSL is requested; a plain socket is used if SSL is not available.
SSL_REQUIRE
public static final String SSL_REQUIRE
SSL is required; an exception if thrown if SSL is not available.
TLS_HEADER_SIZE
public static final int TLS_HEADER_SIZE
Size of TLS record header.
TYPE_ALERT
public static final byte TYPE_ALERT
TLS Alert record type.
TYPE_APPLICATIONDATA
public static final byte TYPE_APPLICATIONDATA
TLS Application data record.
TYPE_CHANGECIPHERSPEC
public static final byte TYPE_CHANGECIPHERSPEC
TLS Change Cipher Spec record type.
TYPE_CLIENTHELLO
public static final int TYPE_CLIENTHELLO
TLS Hand shake client hello sub type.
TYPE_CLIENTKEYEXCHANGE
public static final int TYPE_CLIENTKEYEXCHANGE
TLS Hand shake client key exchange sub type.
TYPE_HANDSHAKE
public static final byte TYPE_HANDSHAKE
TLS Handshake record.
Generated on September 18 2009