60 lines
4.4 KiB
HTML
60 lines
4.4 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="concept" />
|
|
<meta name="DC.Title" content="Query status or request information" />
|
|
<meta name="abstract" content="You can query your Cryptographic Coprocessor to determine characteristics such as which algorithms are enabled, the key lengths it supports, the status of the master key, the status of cloning, and the clock setting." />
|
|
<meta name="description" content="You can query your Cryptographic Coprocessor to determine characteristics such as which algorithms are enabled, the key lengths it supports, the status of the master key, the status of cloning, and the clock setting." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajcworking.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajcquerytxt.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzajccfgtxt.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="querying" />
|
|
<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>Query status or request information</title>
|
|
</head>
|
|
<body id="querying"><a name="querying"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">Query status or request information</h1>
|
|
<div><p>You can query your Cryptographic Coprocessor to determine characteristics
|
|
such as which algorithms are enabled, the key lengths it supports, the status
|
|
of the master key, the status of cloning, and the clock setting. </p>
|
|
<p> The easiest and fastest way to query the Cryptographic Coprocessor is
|
|
to use the Cryptographic Coprocessor configuration web-based utility. Click
|
|
on <span class="uicontrol">Display configuration</span> and then select a device,
|
|
then select items you want to display. </p>
|
|
<p>If you would prefer to write your own application to query the Coprocessor,
|
|
you can do so by using the Cryptographic_Facility_Query (CSUACFQ) API verb.
|
|
The <a href="http://www.ibm.com/security/cryptocards/library.shtml" target="_blank">IBM<sup>®</sup> PCI Cryptographic Coprocessor CCA Basic Services
|
|
Reference and Guide</a><img src="www.gif" alt="Link
outside Information Center" /> describes the Cryptographic_Facility_Query
|
|
(CSUACFQ) security application programming interface, the types of information
|
|
that you can request, and the format of the information that is returned.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzajcquerytxt.htm">Example: Querying the status of your Cryptographic Coprocessor</a></strong><br />
|
|
Change this program example to suit your needs for querying the status of your Cryptographic Coprocessor. This program uses the STATEID and TIMEDATE keywords.</li>
|
|
<li class="ulchildlink"><strong><a href="rzajccfgtxt.htm">Example: Requesting information from your Cryptographic Coprocessor</a></strong><br />
|
|
Change this program example to suit your needs for requesting information from your Cryptographic Coprocessor. This program prompts the user for the second required keyword.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajcworking.htm" title="After you set up your Cryptographic Coprocessor, you can begin writing programs to make use of your Cryptographic Coprocessor's cryptographic functions.">Manage the Cryptographic Coprocessor</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |