ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/enctomstk.htm

109 lines
4.0 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Encipher To Master Key (ENCTOMSTK)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="ENCTOMSTK.Top_Of_Page"></a>
<h2>Encipher To Master Key (ENCTOMSTK)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>
<ul><li>Batch program (*BPGM)</li>
<li>Interactive program (*IPGM)</li>
</ul><b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#ENCTOMSTK.PARAMETERS.TABLE">Parameters</a><br>
<a href="#ENCTOMSTK.COMMAND.EXAMPLES">Examples</a><br>
<a href="#ENCTOMSTK.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="ENCTOMSTK"></a>
<p>The Encipher To Master Key (ENCTOMSTK) command reenciphers a data-encrypting key from encryption under a receiving cross-domain key to encryption under the host master key.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENCTOMSTK.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#ENCTOMSTK.CPHK"><b>CPHK</b></a></td>
<td valign="top">CL var for re-encrypted key</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#ENCTOMSTK.CRSDMNK"><b>CRSDMNK</b></a></td>
<td valign="top">*RCV cross-domain key name</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#ENCTOMSTK.ENCCPHK"><b>ENCCPHK</b></a></td>
<td valign="top">Enciphered key value</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="ENCTOMSTK.CPHK"></a>
<h3>CL var for re-encrypted key (CPHK)</h3>
<p>Specifies an 8-byte variable to receive the data-encrypting key encrypted under the host master key. This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="ENCTOMSTK.CRSDMNK"></a>
<h3>*RCV cross-domain key name (CRSDMNK)</h3>
<p>Specifies the name, or a variable containing the name, of a receiving cross-domain key. The value in the <b>Enciphered key value</b> prompt (ENCCPHK parameter) is decrypted using the receiving cross-domain key and encrypted using the host master key. This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="ENCTOMSTK.ENCCPHK"></a>
<h3>Enciphered key value (ENCCPHK)</h3>
<p>Specifies the 8-byte value, or a variable containing the 8-byte value, of a data-encrypting key enciphered under the receiving cross-domain key specified in the <b>*RCV cross-domain key name</b> prompt (CRSDMNK parameter). This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENCTOMSTK.COMMAND.EXAMPLES">Examples</a></h3>None
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="ENCTOMSTK.ERROR.MESSAGES">Error messages</a></h3>Unknown
</div>
<table width="100%">
<tr><td align="right"><a href="#ENCTOMSTK.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>