The JSSE API

The JSSE API is designed to allow Java applications to use SSL connections. The SSL protocol was developed by Netscape in 1994 with input from the technical community. In no small part due to its strong security, flexibility, and ease of use, it has become the de facto standard of secure transmissions over the Web.

The SSL protocol uses a number of cryptographic strategies to provide security, combining the various approaches to create an easily deployed, secure communication strategy. The SSL standard is now under the control of the Internet Engineering Task Force (IETF), which has renamed the protocol Transport Layer Security (TLS). The current release of TLS is 1.0 and is very similar to the commonly supported SSL version 3.0. ...

Get J2EE™ and Beyond: Design, Develop, and Deploy World-Class Java™ Software now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.