public class SslConfig extends Object
| Modifier and Type | Field and Description | 
|---|---|
| static int | PROTOCOL_DTLS_1_0DTLS version 1.0. | 
| static int | PROTOCOL_DTLS_1_2DTLS version 1.2. | 
| static int | PROTOCOL_TLS_1_0TLS version 1.0. | 
| static int | PROTOCOL_TLS_1_1TLS version 1.1. | 
| static int | PROTOCOL_TLS_1_2TLS version 1.2. | 
| Constructor and Description | 
|---|
| SslConfig(short protocol)Instantiates an SSL configuration. | 
public static final int PROTOCOL_TLS_1_0
public static final int PROTOCOL_TLS_1_1
public static final int PROTOCOL_TLS_1_2
public static final int PROTOCOL_DTLS_1_0
public static final int PROTOCOL_DTLS_1_2