| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
SSL settings
| Field Summary | |
| static int | HS_HEADER_SIZETLS Hand shake Header Size. | 
| static java.lang.String | SSL_AUTHENTICATESSL is required and the server must return a certificate signed by a client-trusted authority. | 
| static java.lang.String | SSL_OFFSSL is not used. | 
| static java.lang.String | SSL_REQUESTSSL is requested; a plain socket is used if SSL is not available. | 
| static java.lang.String | SSL_REQUIRESSL is required; an exception if thrown if SSL is not available. | 
| static int | TLS_HEADER_SIZESize of TLS record header. | 
| static byte | TYPE_ALERTTLS Alert record type. | 
| static byte | TYPE_APPLICATIONDATATLS Application data record. | 
| static byte | TYPE_CHANGECIPHERSPECTLS Change Cipher Spec record type. | 
| static int | TYPE_CLIENTHELLOTLS Hand shake client hello sub type. | 
| static int | TYPE_CLIENTKEYEXCHANGETLS Hand shake client key exchange sub type. | 
| static byte | TYPE_HANDSHAKETLS Handshake record. | 
| Field Detail | 
public static final java.lang.String SSL_OFF
public static final java.lang.String SSL_REQUEST
public static final java.lang.String SSL_REQUIRE
public static final java.lang.String SSL_AUTHENTICATE
public static final int TLS_HEADER_SIZE
public static final byte TYPE_CHANGECIPHERSPEC
public static final byte TYPE_ALERT
public static final byte TYPE_HANDSHAKE
public static final byte TYPE_APPLICATIONDATA
public static final int HS_HEADER_SIZE
public static final int TYPE_CLIENTKEYEXCHANGE
public static final int TYPE_CLIENTHELLO
| 
 | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||