blob: f6c5c13dc4cfb43dbc105009abe18b3c2d7b244d [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>gSOAP WS-Security: soap_wsse_data Struct Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.8 -->
<div class="qindex"><a class="qindex" href="index.html">Main&nbsp;Page</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="files.html">File&nbsp;List</a> | <a class="qindex" href="functions.html">Class&nbsp;Members</a> | <a class="qindex" href="globals.html">File&nbsp;Members</a> | <a class="qindex" href="pages.html">Related&nbsp;Pages</a></div>
<h1>soap_wsse_data Struct Reference</h1>wssepi plugin data
<a href="#_details">More...</a>
<p>
<code>#include &lt;wsseapi.h&gt;</code>
<p>
Collaboration diagram for soap_wsse_data:<p><center><img src="structsoap__wsse__data__coll__graph.png" border="0" usemap="#soap__wsse__data__coll__map" alt="Collaboration graph"></center>
<map name="soap__wsse__data__coll__map">
<area href="structsoap__wsse__digest.html" shape="rect" coords="7,108,132,134" alt="">
<area href="structsoap__smd__data.html" shape="rect" coords="15,17,124,44" alt="">
</map>
<center><font size="2">[<a href="graph_legend.html">legend</a>]</font></center><a href="structsoap__wsse__data-members.html">List of all members.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
<tr><td colspan=2><br><h2>Public Attributes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o0">sign_alg</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const void *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o1">sign_key</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o2">sign_keylen</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o3">vrfy_alg</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>const void *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o4">vrfy_key</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o5">vrfy_keylen</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top><a class="el" href="structsoap__wsse__digest.html">soap_wsse_digest</a> *&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o6">digest</a></td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o7">fprepareinit</a> )(struct soap *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o8">fpreparesend</a> )(struct soap *, const char *, size_t)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o9">fpreparefinal</a> )(struct soap *)</td></tr>
<tr><td class="memItemLeft" nowrap align=right valign=top>int(*&nbsp;</td><td class="memItemRight" valign=bottom><a class="el" href="structsoap__wsse__data.html#o10">fdisconnect</a> )(struct soap *)</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
wssepi plugin data
<p>
The signature key (private) and verification key (public) are kept separate.
<p>
<hr><h2>Member Data Documentation</h2>
<a class="anchor" name="o6" doxytag="soap_wsse_data::digest" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> struct <a class="el" href="structsoap__wsse__digest.html">soap_wsse_digest</a>* <a class="el" href="structsoap__wsse__data.html#o6">soap_wsse_data::digest</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
List of ID-hash pairs </td>
</tr>
</table>
<a class="anchor" name="o10" doxytag="soap_wsse_data::fdisconnect" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int(* <a class="el" href="structsoap__wsse__data.html#o10">soap_wsse_data::fdisconnect</a>)(struct soap *) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="o9" doxytag="soap_wsse_data::fpreparefinal" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int(* <a class="el" href="structsoap__wsse__data.html#o9">soap_wsse_data::fpreparefinal</a>)(struct soap *) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="o7" doxytag="soap_wsse_data::fprepareinit" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int(* <a class="el" href="structsoap__wsse__data.html#o7">soap_wsse_data::fprepareinit</a>)(struct soap *) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="o8" doxytag="soap_wsse_data::fpreparesend" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int(* <a class="el" href="structsoap__wsse__data.html#o8">soap_wsse_data::fpreparesend</a>)(struct soap *, const char *, size_t) </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
</td>
</tr>
</table>
<a class="anchor" name="o0" doxytag="soap_wsse_data::sign_alg" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int <a class="el" href="structsoap__wsse__data.html#o0">soap_wsse_data::sign_alg</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The digest or signature algorithm used </td>
</tr>
</table>
<a class="anchor" name="o1" doxytag="soap_wsse_data::sign_key" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> const void* <a class="el" href="structsoap__wsse__data.html#o1">soap_wsse_data::sign_key</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
EVP_PKEY or key string for HMAC </td>
</tr>
</table>
<a class="anchor" name="o2" doxytag="soap_wsse_data::sign_keylen" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int <a class="el" href="structsoap__wsse__data.html#o2">soap_wsse_data::sign_keylen</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
HMAC key length </td>
</tr>
</table>
<a class="anchor" name="o3" doxytag="soap_wsse_data::vrfy_alg" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int <a class="el" href="structsoap__wsse__data.html#o3">soap_wsse_data::vrfy_alg</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
The signature verify algorithm used </td>
</tr>
</table>
<a class="anchor" name="o4" doxytag="soap_wsse_data::vrfy_key" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> const void* <a class="el" href="structsoap__wsse__data.html#o4">soap_wsse_data::vrfy_key</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
EVP_PKEY or key string for HMAC verify </td>
</tr>
</table>
<a class="anchor" name="o5" doxytag="soap_wsse_data::vrfy_keylen" ></a><p>
<table class="mdTable" width="100%" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top"> int <a class="el" href="structsoap__wsse__data.html#o5">soap_wsse_data::vrfy_keylen</a> </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing=5 cellpadding=0 border=0>
<tr>
<td>
&nbsp;
</td>
<td>
<p>
HMAC key length </td>
</tr>
</table>
<hr>The documentation for this struct was generated from the following file:<ul>
<li>/Users/engelen/Projects/gsoap/doc/wsse/<a class="el" href="wsseapi_8h.html">wsseapi.h</a></ul>
<hr size="1"><address style="align: right;"><small>Generated on Fri Aug 19 10:41:46 2005 for gSOAP WS-Security by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.8 </small></address>
</body>
</html>