public interface Ssl
Modifier and Type | Field and Description |
---|---|
static int |
HS_HEADER_SIZE
TLS Hand shake Header Size.
|
static java.lang.String |
SSL_AUTHENTICATE
SSL is required and the server must return a certificate signed by a
client-trusted authority.
|
static java.lang.String |
SSL_OFF
SSL is not used.
|
static java.lang.String |
SSL_REQUEST
SSL is requested; a plain socket is used if SSL is not available.
|
static java.lang.String |
SSL_REQUIRE
SSL is required; an exception if thrown if SSL is not available.
|
static int |
TLS_HEADER_SIZE
Size of TLS record header.
|
static byte |
TYPE_ALERT
TLS Alert record type.
|
static byte |
TYPE_APPLICATIONDATA
TLS Application data record.
|
static byte |
TYPE_CHANGECIPHERSPEC
TLS Change Cipher Spec record type.
|
static int |
TYPE_CLIENTHELLO
TLS Hand shake client hello sub type.
|
static int |
TYPE_CLIENTKEYEXCHANGE
TLS Hand shake client key exchange sub type.
|
static byte |
TYPE_HANDSHAKE
TLS Handshake record.
|
static final java.lang.String SSL_OFF
static final java.lang.String SSL_REQUEST
static final java.lang.String SSL_REQUIRE
static final java.lang.String SSL_AUTHENTICATE
static final int TLS_HEADER_SIZE
static final byte TYPE_CHANGECIPHERSPEC
static final byte TYPE_ALERT
static final byte TYPE_HANDSHAKE
static final byte TYPE_APPLICATIONDATA
static final int HS_HEADER_SIZE
static final int TYPE_CLIENTKEYEXCHANGE
static final int TYPE_CLIENTHELLO
Generated on June 8 2013