File: group__opensslcrypto.html

package info (click to toggle)
xml-security-c 1.2.1-3
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 24,464 kB
  • ctags: 6,673
  • sloc: cpp: 36,830; xml: 23,415; sh: 2,365; makefile: 340; perl: 221
file content (53 lines) | stat: -rw-r--r-- 5,211 bytes parent folder | download | duplicates (2)
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
<!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: OpenSSL Interface</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&nbsp;Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="hierarchy.html">Class&nbsp;Hierarchy</a> | <a class="qindex" href="annotated.html">Class&nbsp;List</a> | <a class="qindex" href="dirs.html">Directories</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>OpenSSL Interface<br>
<small>
[<a class="el" href="group__crypto.html">Cryptographic Abstraction Layer</a>]</small>
</h1>
<p>
Collaboration diagram for OpenSSL Interface:<center><table><tr><td><img src="group__opensslcrypto.png" border="0" alt="" usemap="#group____opensslcrypto_map">
<map name="group____opensslcrypto_map">
<area href="group__crypto.html" shape="rect" coords="7,8,221,32" alt="">
</map></td></tr></table></center>
<hr><a name="_details"></a><h2>Detailed Description</h2>
The OpenSSL/OpenSSL* classes provide an implementation of the XSECCrypto interface layer for OpenSSL. The layer is very thin - it only provides the functionality necessary to provide cryptographic services to the library.<p>
Calling applications need to do the work to initialise OpenSSL, load keys from disk etc. 
<p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Classes</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoBase64.html">OpenSSLCryptoBase64</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base64 encode/decode handler interface class.  <a href="classOpenSSLCryptoBase64.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoHash.html">OpenSSLCryptoHash</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Interface definition for Hash functions.  <a href="classOpenSSLCryptoHash.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoHashHMAC.html">OpenSSLCryptoHashHMAC</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of HMAC Hash functions in OpenSSL.  <a href="classOpenSSLCryptoHashHMAC.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoKeyDSA.html">OpenSSLCryptoKeyDSA</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">OpenSSL implementation class for DSA keys.  <a href="classOpenSSLCryptoKeyDSA.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoKeyHMAC.html">OpenSSLCryptoKeyHMAC</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">OpenSSL implementation for HMAC keys.  <a href="classOpenSSLCryptoKeyHMAC.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoKeyRSA.html">OpenSSLCryptoKeyRSA</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation of the interface class for RSA keys.  <a href="classOpenSSLCryptoKeyRSA.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoSymmetricKey.html">OpenSSLCryptoSymmetricKey</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Base interface definition for symmetric key material.  <a href="classOpenSSLCryptoSymmetricKey.html#_details">More...</a><br></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">class &nbsp;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenSSLCryptoX509.html">OpenSSLCryptoX509</a></td></tr>

<tr><td class="mdescLeft">&nbsp;</td><td class="mdescRight">Implementation class for interface for X509 certificates.  <a href="classOpenSSLCryptoX509.html#_details">More...</a><br></td></tr>
</table>
<hr size="1"><address style="align: right;"><small>Generated on Sun Jul 3 17:46:11 2005 for XML-Security-C by&nbsp;
<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>