Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between JSSE 1.0.3 and the JSSE found in Suns J2SDK version 1.4?

j2sdk jsse Sun version
0
Posted

What is the difference between JSSE 1.0.3 and the JSSE found in Suns J2SDK version 1.4?

0

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

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123