1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92
|
<!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>XML-Security-C: XSECCryptoProvider.hpp File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.2 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class Hierarchy</a> | <a class="qindex" href="annotated.html">Class List</a> | <a class="qindex" href="dirs.html">Directories</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Class Members</a> | <a class="qindex" href="globals.html">File Members</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<div class="nav">
<a class="el" href="dir_000000.html">src</a> / <a class="el" href="dir_000002.html">enc</a></div>
<h1>XSECCryptoProvider.hpp File Reference</h1>
<p>
<code>#include <xsec/framework/XSECDefs.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoHash.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoKeyHMAC.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoBase64.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoX509.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoKeyDSA.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoKeyRSA.hpp></code><br>
<code>#include <xsec/enc/XSECCryptoSymmetricKey.hpp></code><br>
<p>
Include dependency graph for XSECCryptoProvider.hpp:<p><center><img src="XSECCryptoProvider_8hpp__incl.png" border="0" usemap="#XSECCryptoProvider.hpp_map" alt=""></center>
<p>
<a href="XSECCryptoProvider_8hpp-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XSECCryptoProvider_8hpp.html#a0">CRYPTO_MAX_HASH_SIZE</a> 128</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">Maximum length (in bytes) of any expected Digest results. <a href="#a0"></a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="XSECCryptoProvider_8hpp.html#a1">CRYPTO_OID_DSA</a> "1.2.840.10040.4.1"</td></tr>
<tr><td class="mdescLeft"> </td><td class="mdescRight">OID For DSA. <a href="#a1"></a><br></td></tr>
</table>
<hr><h2>Define Documentation</h2>
<a class="anchor" name="a0" doxytag="XSECCryptoProvider.hpp::CRYPTO_MAX_HASH_SIZE"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define CRYPTO_MAX_HASH_SIZE 128 </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
Maximum length (in bytes) of any expected Digest results.
<p>
This constant defines the maximum length (in bytes) of HASH returns. We have defined it far and above the size we would normally expect.<p>
<dl compact><dt><b><a class="el" href="todo.html#_todo000004">Todo:</a></b></dt><dd>This should really come from each of the providers and should be implemented as a function call to *CryptoProvider </dd></dl>
</td>
</tr>
</table>
<a class="anchor" name="a1" doxytag="XSECCryptoProvider.hpp::CRYPTO_OID_DSA"></a><p>
<table class="mdTable" cellpadding="2" cellspacing="0">
<tr>
<td class="mdRow">
<table cellpadding="0" cellspacing="0" border="0">
<tr>
<td class="md" nowrap valign="top">#define CRYPTO_OID_DSA "1.2.840.10040.4.1" </td>
</tr>
</table>
</td>
</tr>
</table>
<table cellspacing="5" cellpadding="0" border="0">
<tr>
<td>
</td>
<td>
<p>
OID For DSA.
<p>
</td>
</tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun Jul 3 17:40:08 2005 for XML-Security-C by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.2 </small></address>
</body>
</html>
|