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