/usr/share/doc/libucommon-dev/a00039.html is in libucommon-doc 3.2.0-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>UCommon: ucc::Cipher::Key Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.6.3 -->
<div class="navigation" id="top">
<div class="tabs">
<ul>
<li><a href="main.html"><span>Main Page</span></a></li>
<li><a href="namespaces.html"><span>Namespaces</span></a></li>
<li class="current"><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="files.html"><span>Files</span></a></li>
<li><a href="examples.html"><span>Examples</span></a></li>
</ul>
</div>
<div class="tabs">
<ul>
<li><a href="annotated.html"><span>Data Structures</span></a></li>
<li><a href="classes.html"><span>Data Structure Index</span></a></li>
<li><a href="hierarchy.html"><span>Class Hierarchy</span></a></li>
<li><a href="functions.html"><span>Data Fields</span></a></li>
</ul>
</div>
<div class="navpath"><a class="el" href="a00214.html">ucc</a>::<a class="el" href="a00038.html">Cipher</a>::<a class="el" href="a00039.html">Key</a>
</div>
</div>
<div class="contents">
<h1>ucc::Cipher::Key Class Reference</h1><!-- doxytag: class="ucc::Cipher::Key" -->
<p><a class="el" href="a00038.html" title="A generic data ciphering class.">Cipher</a> key formed by hash algorithm.
<a href="#_details">More...</a></p>
<p><code>#include <<a class="el" href="a00203_source.html">secure.h</a>></code></p>
<table border="0" cellpadding="0" cellspacing="0">
<tr><td colspan="2"><h2>Public Member Functions</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a02d78db238eabd0fce30b3f9e4552bf6"></a><!-- doxytag: member="ucc::Cipher::Key::clear" ref="a02d78db238eabd0fce30b3f9e4552bf6" args="(void)" -->
void </td><td class="memItemRight" valign="bottom"><b>clear</b> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afe29b43d074ba704936e3817c7c6a5ab"></a><!-- doxytag: member="ucc::Cipher::Key::iosize" ref="afe29b43d074ba704936e3817c7c6a5ab" args="(void)" -->
size_t </td><td class="memItemRight" valign="bottom"><b>iosize</b> (void)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="aa4f593b7d03d3b30f552553afd6ac5fd"></a><!-- doxytag: member="ucc::Cipher::Key::Key" ref="aa4f593b7d03d3b30f552553afd6ac5fd" args="(const char *cipher, const char *digest, const char *text, size_t size=0, const unsigned char *salt=NULL, unsigned rounds=1)" -->
</td><td class="memItemRight" valign="bottom"><b>Key</b> (const char *cipher, const char *digest, const char *text, size_t size=0, const unsigned char *salt=NULL, unsigned rounds=1)</td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="a60e6382e57ba289f2a7fc363237b3761"></a><!-- doxytag: member="ucc::Cipher::Key::size" ref="a60e6382e57ba289f2a7fc363237b3761" args="(void)" -->
size_t </td><td class="memItemRight" valign="bottom"><b>size</b> (void)</td></tr>
<tr><td colspan="2"><h2>Friends</h2></td></tr>
<tr><td class="memItemLeft" align="right" valign="top"><a class="anchor" id="afde0d3fe6a698aef7be7160f4afe8110"></a><!-- doxytag: member="ucc::Cipher::Key::Cipher" ref="afde0d3fe6a698aef7be7160f4afe8110" args="" -->
class </td><td class="memItemRight" valign="bottom"><b>Cipher</b></td></tr>
</table>
<hr/><a name="_details"></a><h2>Detailed Description</h2>
<p><a class="el" href="a00038.html" title="A generic data ciphering class.">Cipher</a> key formed by hash algorithm. </p>
<p>This can generate both a key and iv table based on the algorithms used and required. Normally it is used from a pass-phrase, though any block of data may be supplied. </p>
<dl class="author"><dt><b>Author:</b></dt><dd>David Sugar <<a href="mailto:dyfet@gnutelephony.org">dyfet@gnutelephony.org</a>> </dd></dl>
<p>Definition at line <a class="el" href="a00203_source.html#l00235">235</a> of file <a class="el" href="a00203_source.html">secure.h</a>.</p>
<hr/>The documentation for this class was generated from the following file:<ul>
<li>ucommon/<a class="el" href="a00203_source.html">secure.h</a></li>
</ul>
</div>
<hr class="footer"/><address style="text-align: right;"><small>Generated on Tue Jul 6 08:22:27 2010 for UCommon by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.6.3 </small></address>
</body>
</html>
|