SSLSocket - How its work

Can 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

[303 byte] By [tomyma] at [2007-9-27 6:50:38]
# 1
Some basic description of SSL & what you need to get ur applet to talk SSL to your server http://java.sun.com/products/jsse/doc/guide/API_users_guide.html
IanHuynha at 2007-7-8 9:41:16 > top of Java-index,Security,Java Secure Socket Extension (JSSE)...