ibm-information-center/dist/eclipse/plugins/i5OS.ic.apis_5.4.0.1/catcrypt1.htm

62 lines
2.9 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">
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
<!-- Begin Header Records ========================================== -->
<!-- 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. -->
<!-- Change History: -->
<!-- YYMMDD USERID Change description -->
<!-- 030131 JETAYLOR new for V5R3 -->
<!-- 030501 JETAYLOR replaced API and Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- 031106 JETAYLOR replaced API and/or Exit listings with -->
<!-- pagegenerator output from javascript array -->
<!-- End Header Records -->
<title>Cryptographic Context APIs</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body>
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript">
</script>
<a name="Top_Of_Page"></a>
<h2>Cryptographic Context APIs</h2>
<p>The Cryptographic Context APIs are used to temporarily store
the key and algorithm parameters for cryptographic operations.</p>
<p>The Cryptographic Context APIs include:</p>
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
<!-- Updates made in this section *will* be overlaid by automated tools -->
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
<!--***************API BEGIN PASTE***************-->
<ul>
<li><A HREF="qc3crtax.htm">Create Algorithm Context</A> (QC3CRTAX, Qc3CreateAlgorithmContext) creates a temporary area for holding the algorithm parameters and the state of the cryptographic operation.</li>
<li><A HREF="qc3crtkx.htm">Create Key Context</A> (QC3CRTKX, Qc3CreateKeyContext) creates a temporary area for holding a cryptographic key.</li>
<li><A HREF="qc3desax.htm">Destroy Algorithm Context</A> (QC3DESAX, Qc3DestroyAlgorithmContext) destroys the algorithm context created with the Create Algorithm Context (OPM: QC3CRTAX; ILE: Qc3CreateAlgorithmContext) API.</li>
<li><A HREF="qc3deskx.htm">Destroy Key Context</A> (QC3DESKX, Qc3DestroyKeyContext) destroys the key context created with the Create Key Context (OPM: QC3CRTKX; ILE: Qc3CreateKeyContext) API.</li>
</ul>
<!--***************API END PASTE***************-->
<br>
<hr>
<center>
<table cellpadding="2" cellspacing="2">
<tr align="center">
<td valign="middle" align="center"><a href="#Top_Of_Page">Top</a> |
<a href= "catcrypt.htm">Cryptographic Services APIs</a> |<a href=
"aplist.htm">APIs by category</a></td>
</tr>
</table>
</center>
</body>
</html>