This file is indexed.

/usr/share/gtk-doc/html/camel/CamelSMIMEContext.html is in libcamel1.2-dev 3.2.3-0ubuntu6.

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
 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
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>CamelSMIMEContext</title>
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
<link rel="home" href="index.html" title="Camel Reference Manual">
<link rel="up" href="Crypto.html" title="Crypto Contexts">
<link rel="prev" href="CamelGpgContext.html" title="CamelGpgContext">
<link rel="next" href="CamelSasl.html" title="CamelSasl">
<meta name="generator" content="GTK-Doc V1.18 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<table class="navigation" id="top" width="100%" summary="Navigation header" cellpadding="2" cellspacing="2">
<tr valign="middle">
<td><a accesskey="p" href="CamelGpgContext.html"><img src="left.png" width="24" height="24" border="0" alt="Prev"></a></td>
<td><a accesskey="u" href="Crypto.html"><img src="up.png" width="24" height="24" border="0" alt="Up"></a></td>
<td><a accesskey="h" href="index.html"><img src="home.png" width="24" height="24" border="0" alt="Home"></a></td>
<th width="100%" align="center">Camel Reference Manual</th>
<td><a accesskey="n" href="CamelSasl.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr>
<tr><td colspan="5" class="shortcuts">
<a href="#CamelSMIMEContext.synopsis" class="shortcut">Top</a>
                   | 
                  <a href="#CamelSMIMEContext.description" class="shortcut">Description</a>
                   | 
                  <a href="#CamelSMIMEContext.object-hierarchy" class="shortcut">Object Hierarchy</a>
</td></tr>
</table>
<div class="refentry">
<a name="CamelSMIMEContext"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
<h2><span class="refentrytitle"><a name="CamelSMIMEContext.top_of_page"></a>CamelSMIMEContext</span></h2>
<p>CamelSMIMEContext</p>
</td>
<td valign="top" align="right"></td>
</tr></table></div>
<div class="refsynopsisdiv">
<a name="CamelSMIMEContext.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">struct              <a class="link" href="CamelSMIMEContext.html#CamelSMIMEContext-struct" title="struct CamelSMIMEContext">CamelSMIMEContext</a>;
enum                <a class="link" href="CamelSMIMEContext.html#camel-smime-sign-t" title="enum camel_smime_sign_t">camel_smime_sign_t</a>;
enum                <a class="link" href="CamelSMIMEContext.html#camel-smime-describe-t" title="enum camel_smime_describe_t">camel_smime_describe_t</a>;
<a class="link" href="CamelCipherContext.html" title="CamelCipherContext"><span class="returnvalue">CamelCipherContext</span></a> * <a class="link" href="CamelSMIMEContext.html#camel-smime-context-new" title="camel_smime_context_new ()">camel_smime_context_new</a>            (<em class="parameter"><code><a class="link" href="CamelSession.html" title="CamelSession"><span class="type">CamelSession</span></a> *session</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="CamelSMIMEContext.html#camel-smime-context-set-encrypt-key" title="camel_smime_context_set_encrypt_key ()">camel_smime_context_set_encrypt_key</a> (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *context</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> use</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);
<span class="returnvalue">void</span>                <a class="link" href="CamelSMIMEContext.html#camel-smime-context-set-sign-mode" title="camel_smime_context_set_sign_mode ()">camel_smime_context_set_sign_mode</a>   (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *context</code></em>,
                                                         <em class="parameter"><code><a class="link" href="CamelSMIMEContext.html#camel-smime-sign-t" title="enum camel_smime_sign_t"><span class="type">camel_smime_sign_t</span></a> type</code></em>);
<span class="returnvalue">guint32</span>             <a class="link" href="CamelSMIMEContext.html#camel-smime-context-describe-part" title="camel_smime_context_describe_part ()">camel_smime_context_describe_part</a>   (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *Param1</code></em>,
                                                         <em class="parameter"><code><span class="type">struct _CamelMimePart</span> *Param2</code></em>);
</pre>
</div>
<div class="refsect1">
<a name="CamelSMIMEContext.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
  GObject
   +----<a class="link" href="CamelObject.html" title="CamelObject">CamelObject</a>
         +----<a class="link" href="CamelCipherContext.html" title="CamelCipherContext">CamelCipherContext</a>
               +----CamelSMIMEContext
</pre>
</div>
<div class="refsect1">
<a name="CamelSMIMEContext.description"></a><h2>Description</h2>
<p>
</p>
</div>
<div class="refsect1">
<a name="CamelSMIMEContext.details"></a><h2>Details</h2>
<div class="refsect2">
<a name="CamelSMIMEContext-struct"></a><h3>struct CamelSMIMEContext</h3>
<pre class="programlisting">struct CamelSMIMEContext;</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-sign-t"></a><h3>enum camel_smime_sign_t</h3>
<pre class="programlisting">typedef enum {
	CAMEL_SMIME_SIGN_CLEARSIGN,
	CAMEL_SMIME_SIGN_ENVELOPED
} camel_smime_sign_t;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-describe-t"></a><h3>enum camel_smime_describe_t</h3>
<pre class="programlisting">typedef enum {
	CAMEL_SMIME_SIGNED = 1 &lt;&lt; 0,
	CAMEL_SMIME_ENCRYPTED = 1 &lt;&lt; 1,
	CAMEL_SMIME_CERTS = 1 &lt;&lt; 2,
	CAMEL_SMIME_CRLS = 1 &lt;&lt; 3
} camel_smime_describe_t;
</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-context-new"></a><h3>camel_smime_context_new ()</h3>
<pre class="programlisting"><a class="link" href="CamelCipherContext.html" title="CamelCipherContext"><span class="returnvalue">CamelCipherContext</span></a> * camel_smime_context_new            (<em class="parameter"><code><a class="link" href="CamelSession.html" title="CamelSession"><span class="type">CamelSession</span></a> *session</code></em>);</pre>
<p>
Creates a new sm cipher context object.
</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>
<tr>
<td><p><span class="term"><em class="parameter"><code>session</code></em> :</span></p></td>
<td>session</td>
</tr>
<tr>
<td><p><span class="term"><span class="emphasis"><em>Returns</em></span> :</span></p></td>
<td>a new sm cipher context object.</td>
</tr>
</tbody>
</table></div>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-context-set-encrypt-key"></a><h3>camel_smime_context_set_encrypt_key ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                camel_smime_context_set_encrypt_key (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *context</code></em>,
                                                         <em class="parameter"><code><span class="type">gboolean</span> use</code></em>,
                                                         <em class="parameter"><code>const <span class="type">gchar</span> *key</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-context-set-sign-mode"></a><h3>camel_smime_context_set_sign_mode ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span>                camel_smime_context_set_sign_mode   (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *context</code></em>,
                                                         <em class="parameter"><code><a class="link" href="CamelSMIMEContext.html#camel-smime-sign-t" title="enum camel_smime_sign_t"><span class="type">camel_smime_sign_t</span></a> type</code></em>);</pre>
<p>
</p>
</div>
<hr>
<div class="refsect2">
<a name="camel-smime-context-describe-part"></a><h3>camel_smime_context_describe_part ()</h3>
<pre class="programlisting"><span class="returnvalue">guint32</span>             camel_smime_context_describe_part   (<em class="parameter"><code><a class="link" href="CamelSMIMEContext.html" title="CamelSMIMEContext"><span class="type">CamelSMIMEContext</span></a> *Param1</code></em>,
                                                         <em class="parameter"><code><span class="type">struct _CamelMimePart</span> *Param2</code></em>);</pre>
<p>
</p>
</div>
</div>
</div>
<div class="footer">
<hr>
          Generated by GTK-Doc V1.18</div>
</body>
</html>