Configure the sslsocket and sslbisocket transports - additional configuration

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 3270

This topic has not yet been written. The content below is from the topic description.
Additional parameters The following parameters are applicable to both the client and server sides for the sslsocket and sslbisocket transports: enabledCipherSuites - a String array which is passed to SSLSocket.setEnabledCipherSuites() enabledProtocols - a String array which is passed to SSLSocket.setEnabledProtocols() enableSessionCreation - a boolean value which is passed to SSLSocket.setEnableSessionCreation()