Using Java Secure Socket Extension

JSSE is like a framework that abstracts the underlying mechanisms of both SSL and TLS. By abstracting the complexity and peculiarities of the underlying protocols, JSSE enables programmers to use secure, encrypted communications while at the same time minimizing possible security vulnerabilities. This information applies only to using JSSE on iSeries™ servers that run J2SDK, version 1.4 and subsequent releases. Java™ Secure Socket Extension (JSSE) uses both the Secure Sockets Layer (SSL) protocol and the Transport Layer Security (TLS) protocol to provide secure, encrypted communications between your clients and servers.

The IBM® implementation of JSSE is called IBM JSSE. IBM JSSE includes a native iSeries JSSE provider and a pure Java JSSE provider.