55 lines
4.0 KiB
HTML
55 lines
4.0 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="reference" />
|
|
<meta name="DC.Title" content="Secure Sockets Layer and Java Secure Socket Extension" />
|
|
<meta name="abstract" content="IBM Toolbox for Java supports using Java Secure Socket Extension (JSSE) for Java Secure Sockets Layer (SSL) connections. JSSE is available as an optional package to the Java 2 Platform, Standard Edition (J2SE), versions 1.2 and 1.3. JSSE is integrated into J2SE, version 1.4 and subsequent versions." />
|
|
<meta name="description" content="IBM Toolbox for Java supports using Java Secure Socket Extension (JSSE) for Java Secure Sockets Layer (SSL) connections. JSSE is available as an optional package to the Java 2 Platform, Standard Edition (J2SE), versions 1.2 and 1.3. JSSE is integrated into J2SE, version 1.4 and subsequent versions." />
|
|
<meta name="DC.Relation" scheme="URI" content="page1.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="ssljsse" />
|
|
<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>Secure Sockets Layer and Java Secure Socket Extension</title>
|
|
</head>
|
|
<body id="ssljsse"><a name="ssljsse"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Secure Sockets Layer and Java Secure Socket Extension</h1>
|
|
<div><p>IBM<sup>®</sup> Toolbox
|
|
for Java™ supports
|
|
using Java Secure
|
|
Socket Extension (JSSE) for Java Secure Sockets Layer (SSL) connections.
|
|
JSSE is available as an optional package to the Java 2 Platform, Standard Edition (J2SE),
|
|
versions 1.2 and 1.3. JSSE is integrated into J2SE, version 1.4 and subsequent
|
|
versions.</p>
|
|
<div class="section"><p>For more information about JSSE, see the <a href="http://java.sun.com/products/jsse/" target="_blank">Sun JSSE Web site</a> <img src="www.gif" alt="Link outside Information Center" />.</p>
|
|
<p>JSSE provides the ability
|
|
to perform server authentication, enable secure communications, and encrypt
|
|
data. Using JSSE, you can provide for secure data exchange between clients
|
|
and servers that run any application protocol (for example, HTTP and FTP)
|
|
over TCP/IP.</p>
|
|
<p><img src="./delta.gif" alt="Start of change" />If you have previously used sslight, you should
|
|
migrate to JSSE. As of V5R4, JSSE is the only package supported, and sslight
|
|
is no longer shipped.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="page1.htm" title="IBM Toolbox for Java is a set of Java classes that allow you to use Java programs to access data on your iSeries servers. You can use these classes to write client/server applications, applets, and servlets that work with data on your iSeries. You can also run Java applications that use the IBM Toolbox for Java classes on the iSeries Java virtual machine (JVM).">IBM Toolbox for Java</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |