Java程序辅导

C C++ Java Python Processing编程在线培训 程序编写 软件开发 视频讲解

客服在线QQ:2653320439 微信:ittutor Email:itutor@qq.com
wx: cjtutor
QQ: 2653320439
Lab 8 -- Using the Java Secure
Socket Extension (JSSE)
1. Using the Java Secure Socket Extension (JSSE)
The lab this week is concerned with using the Java Secure Socket Extension (JSSE) in
your Java programs.
1. Read the Sun documentation on JSSE. Pay attention to the Introduction and the
Secure Sockets Layer (SSL) Protocol Overview.
2. Download and run the Code Examples. Pay attention to SSLSocketClient,
SSLSocketClientWithClientAuth and ClassFileServer.
3. Read the keytool documentation.
Page 1