Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns a new SSLParameters based on this SSLSocket's current
cipher suites, protocols, and client authentication settings.
Set method documentation [Android Documentation]
Sets various SSL handshake parameters based on the SSLParameter
argument. Specifically, sets the SSLSocket's enabled cipher
suites if the parameter's cipher suites are non-null. Similarly
sets the enabled protocols. If the parameters specify the want
or need for client authentication, those requirements are set
on the SSLSocket, otherwise both are set to false.