No reviews yet.
JDK 1.4 comes complete with a full implmentation of the Secure Sockets Layer (SSL), in the form of the Java Secure Socket Extension, or JSSE. This allows any net-enabled Java application to run in a secure fashion, preventing others from reading data sent across the net.
In fact, using secure sockets is easy; it's setting them up that is hard. This e-doc starts with a convenient overview of encryption terminology. It follows this with a detailed description of the SSL handshaking process, which provides a rich understanding of the security model and the role of the encryption keys. Finally, two complete programs are demonstrated -- complete with instructions for generating and distributing the keys necessary for secure communications.
This e-doc will show you how to:
Sample programs included in this chapter: