What is the difference between JSSE 1.0.3 and the JSSE found in Suns J2SDK version 1.4?
The J2SDK version 1.4 bundles JSSE into the J2SDK framework. The code for the J2SDK v1.4 JSSE was based on JSSE 1.0.2, but contains some API enhancements and bug fixes. Code written using JSSE 1.0.x should work on the J2SDK v1.4, but code written using API’s exclusive to J2SDK v1.4 will not work in JSSE 1.0.3. • Q: Where does JSSE fit in the JavaTM Security Architecture? A: JSSE is the latest development in the JavaTM Security Architecture, building upon the JavaTM 2 Security Architecture in the core SDK, the JavaTM Cryptography Extension (JCE), the JavaTM Authentication and Authorization Service (JAAS), and the JavaTM Security Tools. See the JavaTM 2 Security Architecture document for more information. • Q: Why should I be interested in JSSE APIs, JSSE 1.0.3 and commercial versions of JSSE? A: JSSE enables developers to utilize secure, encrypted communications channels in their applications. It simplifies application development by serving as a building block which developers can inte