67 lines
4.0 KiB
HTML
67 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="task" />
|
|
<meta name="DC.Title" content="Using SSL to encrypt data between IBM Toolbox for Java and i5/OS servers" />
|
|
<meta name="abstract" content="You can use SSL to encrypt data exchanged between IBM Toolbox for Java classes and i5/OS servers." />
|
|
<meta name="description" content="You can use SSL to encrypt data exchanged between IBM Toolbox for Java classes and i5/OS servers." />
|
|
<meta name="DC.Relation" scheme="URI" content="sslinfo.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="sslreq.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="ssltrad" />
|
|
<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 SSL to encrypt data between IBM Toolbox for Java and i5/OS servers</title>
|
|
</head>
|
|
<body id="ssltrad"><a name="ssltrad"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Using SSL to encrypt data between IBM Toolbox for Java and i5/OS servers</h1>
|
|
<div><p>You can use SSL to encrypt data exchanged between IBM<sup>®</sup> Toolbox for Java™ classes
|
|
and i5/OS™ servers.</p>
|
|
<div class="section"><p><img src="./delta.gif" alt="Start of change" />On the client side, use JSSE to encrypt the data. On
|
|
the server side, you must use the i5/OS digital certificate manager to configure
|
|
the i5/OS servers
|
|
to exchange encrypted data.<img src="./deltaend.gif" alt="End of change" /></p>
|
|
<p><strong>Setting up your client and server to
|
|
use SSL</strong></p>
|
|
<p>To encrypt data flowing between the IBM Toolbox for Java classes and i5/OS servers, complete the following tasks:</p>
|
|
</div>
|
|
<ol><li class="stepexpand"><span><a href="sslreq.htm#sslreq">Set up your servers</a> to exchange
|
|
encrypted data.</span></li>
|
|
<li class="stepexpand"><span>Use the <a href="javadoc/com/ibm/as400/access/SecureAS400.html">SecureAS400 object</a> to force IBM Toolbox for Java to encrypt data.</span> <div class="note"><span class="notetitle">Note:</span> Completing
|
|
the first two steps above only creates a secure path between the client and
|
|
the server. Your application must use the SecureAS400 object to tell the IBM Toolbox
|
|
for Java which
|
|
data to encrypt. Data that flows through the SecureAS400 object is the only
|
|
data that is encrypted. If you use an AS400 object, data is not encrypted
|
|
and the normal path to the server is used.</div>
|
|
</li>
|
|
</ol>
|
|
<div class="section"></div>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="sslreq.htm">Setting up iSeries servers to use SSL</a></strong><br />
|
|
To set up your iSeries™ servers to use SSL with IBM Toolbox for Java,
|
|
complete the following steps.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="sslinfo.htm" title="Secure Sockets Layer (SSL) provides secure connections by encrypting the data exchanged between a client and server session, and by performing server authentication.">Secure Sockets Layer</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |