Enum SSL.Constants.ProtocolVersion
- Description
 Constants for specifying the versions of SSL to use.
- See also
 
- Constant PROTOCOL_SSL_3_0
 constantSSL.Constants.PROTOCOL_SSL_3_0- Description
 SSL 3.0 - The original SSL3 draft version.
- Constant PROTOCOL_SSL_3_1
 constantSSL.Constants.PROTOCOL_SSL_3_1- Description
 SSL 3.1 - The RFC 2246 version of SSL.
- Constant PROTOCOL_SSL_3_2
 constantSSL.Constants.PROTOCOL_SSL_3_2- Description
 SSL 3.2 - The RFC 4346 version of SSL.
- Constant PROTOCOL_TLS_1_0
 constantSSL.Constants.PROTOCOL_TLS_1_0- Description
 TLS 1.0 - The RFC 2246 version of TLS.
- Constant PROTOCOL_TLS_1_1
 constantSSL.Constants.PROTOCOL_TLS_1_1- Description
 TLS 1.1 - The RFC 4346 version of TLS.