1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3<head>
4<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 8.0.0.0 for Windows">
6<META http-equiv="Content-Style-Type" content="text/css">
7<title>WMKeySet</title>
8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
9</head>
10<body>
11<h1 align="left">WMKeySet</h1>
12<h2>Definition</h2>
13<dl>
14  <dd>
15<CODE>#include &lt;nitro/wm.h&gt;</CODE><BR>
16  <PRE><CODE>
17typedef struct WMKeySet
18{
19    u16 seqNum;
20    u16         rsv;
21    u16 key[16];
22} WMKeySet;
23</CODE></PRE>
24  </dd>
25</dl><h2>Elements</h2>
26<TABLE border="1" width="100%">
27  <TBODY>
28    <TR>
29      <TD width="200"><CODE>seqNum</CODE></TD>
30      <TD width="800">Sequential number of the key set.
31      After key sharing communication has been successful between connected machines, this number will increment by 1 each time key information is shared.
32      </TD>
33    </TR>
34    <TR>
35      <TD width="200"><CODE>key</CODE></TD>
36      <TD width="800">Array of shared key input information, including its own.
37      Data that has an index value of 0 is parent key information. Data with indexes 1&ndash;15 are each AID's child key information.
38      </TD>
39    </TR>
40  </TBODY>
41</TABLE>
42<H2>Description</H2>
43<P>
44This structure indicates shared key information that is obtained by the WM key sharing function.
45</P>
46<H2>Revision History</H2>
47<P>
482004/08/02 Standardized structure names.<br> 2004/07/29 Initial version.
49</P>
50<hr><p>CONFIDENTIAL</p></body>
51</html>
52