Secure Internet Programming with the Java 2 Platform.
Hits: 117
Description: In Part I (the Server Side) of this article, I presented a detailed overview of SSL and JSSE, and described how to develop server-side SSL-enabled applications. One useful application described in Part I, which will be used in this part as well, is the HTTPS server. This article is concerned with the client-side. It provides a brief overview of JSSE, then shows you how to: Use the JSSE APIs on the client-side .Approach developing client-side SSL-enabled applications. Develop simple SSL-enabled client applications .Export server-side certificates and import them to the client-side . Develop an SSL-enabled Web browser .