sun.com/j2se/1.4.2/docs/guide/security/jsse/JSSERefGuide.html"> JSSE Guide for more details.
The SSLContext is configurued for "SSLv3" protocol and the server is expected to support that as the appendix to JSSE guide suggests that this is a standard protocol.
Following are additional configurations:
- Default Trust Manager used is {@link SunOneBasicX509TrustManager} which checks the server's validity.
- Key Manager allows selection of client's credentials to be sent tot he server.
- Default Hostname Vetifier is {@link SunOneBasicHostNameVerifier} which has basic defense against spoofing attack.
*
@author Kedar Mhaswade
@since S1AS8.0
@version 1.0