ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaha_5.4.0.1/rzahajsseuse.htm

67 lines
5.3 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en-us" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="security" content="public" />
<meta name="Robots" content="index,follow" />
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
<meta name="DC.Type" content="concept" />
<meta name="DC.Title" content="Using Java Secure Socket Extension" />
<meta name="abstract" content="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." />
<meta name="description" content="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." />
<meta name="DC.Relation" scheme="URI" content="rzahajssemain.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahajsseconfig.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahajssenative.htm" />
<meta name="DC.Relation" scheme="URI" content="rzahajsseexmpls.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzahajsseuse" />
<meta name="DC.Language" content="en-us" />
<!-- All rights reserved. Licensed Materials Property of IBM -->
<!-- US Government Users Restricted Rights -->
<!-- Use, duplication or disclosure restricted by -->
<!-- GSA ADP Schedule Contract with IBM Corp. -->
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
<link rel="stylesheet" type="text/css" href="./ic.css" />
<title>Using Java Secure Socket Extension</title>
</head>
<body id="rzahajsseuse"><a name="rzahajsseuse"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Using Java Secure Socket Extension</h1>
<div><p>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.</p>
<p>The IBM<sup>®</sup> implementation
of JSSE is called IBM JSSE. IBM JSSE includes a native iSeries JSSE
provider and a pure Java JSSE provider.</p>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzahajsseconfig.htm">Configuring your iSeries server to support JSSE</a></strong><br />
Configure your iSeries server to use IBM JSSE. This topic includes software requirements,
how to change JSSE providers, and the necessary security properties and system
properties.</li>
<li class="ulchildlink"><strong><a href="rzahajssenative.htm">Using the native iSeries JSSE provider</a></strong><br />
The native iSeries JSSE provider offers the full suite of JSSE
classes and interfaces including implementations of the JSSE KeyStore class
and the SSLConfiguration class.</li>
<li class="ulchildlink"><strong><a href="rzahajsseexmpls.htm">Examples: IBM Java Secure Sockets Extension</a></strong><br />
The JSSE examples show how a client and a server can use the native iSeries JSSE
provider to create a context that enables secure communications.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzahajssemain.htm" title="The Java Secure Socket Extension (JSSE) is the Java implementation of the Secure Sockets Layer (SSL) protocol. JSSE uses SSL and the Transport Layer Security (TLS) protocol to enable clients and servers to conduct secure communications over TCP/IP.">Java Secure Socket Extension</a></div>
</div>
</div>
</body>
</html>