SSLSocket - How its work
843811May 17 2002 — edited May 18 2002Can somebody tell me how the SSLSocket works. Is it nesserry to use a certificate. ?
I want my applet to communicate with the server application running on the server. Currently I am using Socket and serversocket classes , I want to change it to SSLSocket. ? How will i do that ?
Tomy