Does the reference implementation have the ability to do RSA encryption?
Yes, JSSE 1.0.2 contains RSA encryption. • Q: What standard(s) does JSSE 1.0.2 follow? A: JSSE 1.0.1 provides Secure Sockets Layer (SSL) v3 and Transport Layer Security (TLS) 1.0 support to the JavaTM 2 Platform. • Q: What version of SSL is supported? A: JSSE 1.0.2 supports SSL version 3. It is widely available and generally believed to be more secure than version 2. SSL was originally developed by Netscape. You can find out more about SSL by looking at Netscape SSL information or the SSL 3.0 Protocol Internet Draft. • Q: Is the reference implementation of JSSE written in the JavaTM programming language? A: Yes, the reference implementation is written in the JavaTM programming language. • Q: Is there any sample source code available? A: Sample source code, including directions for running the sample code, is provided with the JSSE 1.0.2 distribution as a separate bundle. • Q: Something is not working. How can I debug what is going wrong? A: Use the dynamic debug tracing support. This i