80 lines
3.6 KiB
HTML
80 lines
3.6 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">
|
|
<title>Digital Certificate Management Exit Programs</title>
|
|
<!-- 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. -->
|
|
<!-- Begin Header Records ========================================== -->
|
|
<!-- XSYRGAPS SCR A converted by B2H R4.1 (346) (CMS) by V2CDIJAB at -->
|
|
<!-- RCHVMW2 on 30 Aug 2000 at 18:51:42 -->
|
|
<!-- 031111 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<!-- End Header Records -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<a name="Top_Of_Page"></a>
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>Digital Certificate Management Exit Programs</h2>
|
|
|
|
<p>If an exit program has been associated with an application, the exit program
|
|
currently can be called for four different reasons:</p>
|
|
|
|
<ul>
|
|
<li>When the information about the exit program is updated.</li>
|
|
|
|
<li>When the application is being deregistered.</li>
|
|
|
|
<li>When the certificate associated with the application is updated or
|
|
removed.</li>
|
|
|
|
<li>When a Certificate Authority (CA) is added to or removed from the trust
|
|
list for the application.</li>
|
|
</ul>
|
|
|
|
<p>The information that is passed to the exit program is different based on the
|
|
action that is being performed. The exit point format name that is passed to
|
|
the exit program identifies the action that is being performed, and thus
|
|
identifies what additional information is provided to the exit program.</p>
|
|
|
|
<p>The digital certificate management exit programs are:</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.-->
|
|
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="XSYDRAPP.htm">Deregister Application for Certificate Use</A> is called when an application that uses certificates is deregistered.</li>
|
|
<li><A HREF="xsyrgap.htm">Register Application for Certificate Use</A> is called when the registration information for an application is changed using the Register Application for Certificate Use (QSYRGAP, QsyRegisterAppForCertUse) API, the Add Exit Program (QUSADDEP, QusAddExitProgram) API, or the Add Exit Program (ADDEXITPGM) command.</li>
|
|
<li><A HREF="xsyupdca.htm">Update Certificate Authority (CA) Trust</A> is called when a CA certificate is added to or removed from the list of trusted CA certificates for an application using Digital Certificate Manager (DCM).</li>
|
|
<li><A HREF="XSYUPDCU.htm">Update Certificate Usage</A> is called when a certificate is updated for an application or removed from an application using Digital Certificate Manager (DCM).</li>
|
|
</ul>
|
|
<!--***************EXIT PROGRAM 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="sec.htm">Security APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|