What versions of the Java ME CDC platform does JSSE 1.0.3 for CDC 1.0.2 support?
The CDC 1.0.2 Reference Implementation is the only supported version. • Q: Does the reference implementation have the ability to do RSA encryption? A: Yes, JSSE 1.0.3 for CDC 1.0.2 contains RSA encryption. However, this algorithm is not available to the applications using the Java Cryptography Extension (JCE) API. • Q: What standard(s) does JSSE 1.0.3 for CDC 1.0.2 follow? A: JSSE 1.0.3 for CDC 1.0.2 provides Secure Sockets Layer (SSL) v3 and Transport Layer Security (TLS) 1.0 support to the CDC 1.0.2 platform. • Q: What versions of SSL are supported? What versions of TLS are supported? A: JSSE for CDC 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 Apache SSL information or the SSL 3.0 Protocol Internet Draft. JSSE for CDC supports TLS version 1, which can be found at http://www.ietf.org/rfc/rfc2246.txt?number=2246. • Q: Is the reference imple