This file is indexed.

/usr/share/doc/python-josepy-doc/api/jws.html is in python-josepy-doc 1.1.0-2~deb9u1.

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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
<!DOCTYPE html>
<!--[if IE 8]><html class="no-js lt-ie9" lang="en" > <![endif]-->
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]-->
<head>
  <meta charset="utf-8">
  
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
  
  <title>JSON Web Signature &mdash; josepy 1.1.0 documentation</title>
  

  
  

  

  
  
    

  

  
  
    <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
  

  

  
        <link rel="index" title="Index"
              href="../genindex.html"/>
        <link rel="search" title="Search" href="../search.html"/>
    <link rel="top" title="josepy 1.1.0 documentation" href="../index.html"/>
        <link rel="next" title="Utilities" href="util.html"/>
        <link rel="prev" title="JSON Web Key" href="jwk.html"/> 

  
  <script src="../_static/js/modernizr.min.js"></script>

</head>

<body class="wy-body-for-nav" role="document">

  <div class="wy-grid-for-nav">

    
    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
      <div class="wy-side-scroll">
        <div class="wy-side-nav-search">
          

          
            <a href="../index.html" class="icon icon-home"> josepy
          

          
          </a>

          
            
            
              <div class="version">
                1.1
              </div>
            
          

          
<div role="search">
  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
    <input type="text" name="q" placeholder="Search docs" />
    <input type="hidden" name="check_keywords" value="yes" />
    <input type="hidden" name="area" value="default" />
  </form>
</div>

          
        </div>

        <div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="main navigation">
          
            
            
                <p class="caption"><span class="caption-text">Contents:</span></p>
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="base64.html">JOSE Base64</a></li>
<li class="toctree-l1"><a class="reference internal" href="errors.html">Errors</a></li>
<li class="toctree-l1"><a class="reference internal" href="interfaces.html">Interfaces</a></li>
<li class="toctree-l1"><a class="reference internal" href="json_util.html">JSON utilities</a></li>
<li class="toctree-l1"><a class="reference internal" href="jwa.html">JSON Web Algorithms</a></li>
<li class="toctree-l1"><a class="reference internal" href="jwk.html">JSON Web Key</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">JSON Web Signature</a></li>
<li class="toctree-l1"><a class="reference internal" href="util.html">Utilities</a></li>
</ul>

            
          
        </div>
      </div>
    </nav>

    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">

      
      <nav class="wy-nav-top" role="navigation" aria-label="top navigation">
        <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
        <a href="../index.html">josepy</a>
      </nav>


      
      <div class="wy-nav-content">
        <div class="rst-content">
          

 



<div role="navigation" aria-label="breadcrumbs navigation">
  <ul class="wy-breadcrumbs">
    <li><a href="../index.html">Docs</a> &raquo;</li>
      
    <li>JSON Web Signature</li>
      <li class="wy-breadcrumbs-aside">
        
          
            <a href="../_sources/api/jws.txt" rel="nofollow"> View page source</a>
          
        
      </li>
  </ul>
  <hr/>
</div>
          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
           <div itemprop="articleBody">
            
  <div class="section" id="module-josepy.jws">
<span id="json-web-signature"></span><h1>JSON Web Signature<a class="headerlink" href="#module-josepy.jws" title="Permalink to this headline"></a></h1>
<p>JSON Web Signature.</p>
<dl class="class">
<dt id="josepy.jws.MediaType">
<em class="property">class </em><code class="descclassname">josepy.jws.</code><code class="descname">MediaType</code><a class="reference internal" href="../_modules/josepy/jws.html#MediaType"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.MediaType" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
<p>MediaType field encoder/decoder.</p>
<dl class="attribute">
<dt id="josepy.jws.MediaType.PREFIX">
<code class="descname">PREFIX</code><em class="property"> = 'application/'</em><a class="headerlink" href="#josepy.jws.MediaType.PREFIX" title="Permalink to this definition"></a></dt>
<dd><p>MIME Media Type and Content Type prefix.</p>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.MediaType.decode">
<em class="property">classmethod </em><code class="descname">decode</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#MediaType.decode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.MediaType.decode" title="Permalink to this definition"></a></dt>
<dd><p>Decoder.</p>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.MediaType.encode">
<em class="property">classmethod </em><code class="descname">encode</code><span class="sig-paren">(</span><em>value</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#MediaType.encode"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.MediaType.encode" title="Permalink to this definition"></a></dt>
<dd><p>Encoder.</p>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="josepy.jws.Header">
<em class="property">class </em><code class="descclassname">josepy.jws.</code><code class="descname">Header</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Header"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Header" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="json_util.html#josepy.json_util.JSONObjectWithFields" title="josepy.json_util.JSONObjectWithFields"><code class="xref py py-class docutils literal"><span class="pre">josepy.json_util.JSONObjectWithFields</span></code></a></p>
<p>JOSE Header.</p>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This class supports <strong>only</strong> Registered Header
Parameter Names (as defined in section 4.1 of the
protocol). If you need Public Header Parameter Names (4.2)
or Private Header Parameter Names (4.3), you must subclass
and override <code class="xref py py-meth docutils literal"><span class="pre">from_json()</span></code> and <code class="xref py py-meth docutils literal"><span class="pre">to_partial_json()</span></code>
appropriately.</p>
</div>
<div class="admonition warning">
<p class="first admonition-title">Warning</p>
<p class="last">This class does not support any extensions through
the &#8220;crit&#8221; (Critical) Header Parameter (4.1.11) and as a
conforming implementation, <code class="xref py py-meth docutils literal"><span class="pre">from_json()</span></code> treats its
occurrence as an error. Please subclass if you seek for
a different behaviour.</p>
</div>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Variables:</th><td class="field-body"><ul class="first last simple">
<li><strong>x5tS256</strong> &#8211; &#8220;x5t#S256&#8221;</li>
<li><a class="reference internal" href="json_util.html#josepy.json_util.TypedJSONObjectWithFields.typ" title="josepy.json_util.TypedJSONObjectWithFields.typ"><strong>typ</strong></a> (<em>str</em>) &#8211; MIME Media Type, inc. <a class="reference internal" href="#josepy.jws.MediaType.PREFIX" title="josepy.jws.MediaType.PREFIX"><code class="xref py py-const docutils literal"><span class="pre">MediaType.PREFIX</span></code></a>.</li>
<li><strong>cty</strong> (<em>str</em>) &#8211; Content-Type, inc. <a class="reference internal" href="#josepy.jws.MediaType.PREFIX" title="josepy.jws.MediaType.PREFIX"><code class="xref py py-const docutils literal"><span class="pre">MediaType.PREFIX</span></code></a>.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="method">
<dt id="josepy.jws.Header.not_omitted">
<code class="descname">not_omitted</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Header.not_omitted"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Header.not_omitted" title="Permalink to this definition"></a></dt>
<dd><p>Fields that would not be omitted in the JSON object.</p>
</dd></dl>

<dl class="method">
<dt id="josepy.jws.Header.find_key">
<code class="descname">find_key</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Header.find_key"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Header.find_key" title="Permalink to this definition"></a></dt>
<dd><p>Find key based on header.</p>
<div class="admonition-todo admonition" id="index-0">
<p class="first admonition-title">Todo</p>
<p class="last">Supports only &#8220;jwk&#8221; header parameter lookup.</p>
</div>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Returns:</th><td class="field-body">(Public) key found in the header.</td>
</tr>
<tr class="field-even field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference internal" href="jwk.html#josepy.jwk.JWK" title="josepy.jwk.JWK">JWK</a></td>
</tr>
<tr class="field-odd field"><th class="field-name">Raises:</th><td class="field-body"><a class="reference internal" href="errors.html#josepy.errors.Error" title="josepy.errors.Error"><strong>josepy.errors.Error</strong></a> &#8211; if key could not be found</td>
</tr>
</tbody>
</table>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="josepy.jws.Signature">
<em class="property">class </em><code class="descclassname">josepy.jws.</code><code class="descname">Signature</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Signature"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Signature" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="json_util.html#josepy.json_util.JSONObjectWithFields" title="josepy.json_util.JSONObjectWithFields"><code class="xref py py-class docutils literal"><span class="pre">josepy.json_util.JSONObjectWithFields</span></code></a></p>
<p>JWS Signature.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Variables:</th><td class="field-body"><ul class="first last simple">
<li><strong>combined</strong> &#8211; Combined Header (protected and unprotected,
<a class="reference internal" href="#josepy.jws.Header" title="josepy.jws.Header"><code class="xref py py-class docutils literal"><span class="pre">Header</span></code></a>).</li>
<li><strong>protected</strong> (<em>unicode</em>) &#8211; JWS protected header (Jose Base-64 decoded).</li>
<li><strong>header</strong> &#8211; JWS Unprotected Header (<a class="reference internal" href="#josepy.jws.Header" title="josepy.jws.Header"><code class="xref py py-class docutils literal"><span class="pre">Header</span></code></a>).</li>
<li><a class="reference internal" href="#josepy.jws.JWS.signature" title="josepy.jws.JWS.signature"><strong>signature</strong></a> (<em>str</em>) &#8211; The signature.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="attribute">
<dt id="josepy.jws.Signature.header_cls">
<code class="descname">header_cls</code><a class="headerlink" href="#josepy.jws.Signature.header_cls" title="Permalink to this definition"></a></dt>
<dd><p>alias of <a class="reference internal" href="#josepy.jws.Header" title="josepy.jws.Header"><code class="xref py py-class docutils literal"><span class="pre">Header</span></code></a></p>
</dd></dl>

<dl class="method">
<dt id="josepy.jws.Signature.verify">
<code class="descname">verify</code><span class="sig-paren">(</span><em>payload</em>, <em>key=None</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Signature.verify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Signature.verify" title="Permalink to this definition"></a></dt>
<dd><p>Verify.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>key</strong> (<a class="reference internal" href="jwk.html#josepy.jwk.JWK" title="josepy.jwk.JWK"><em>JWK</em></a>) &#8211; Key used for verification.</td>
</tr>
</tbody>
</table>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.Signature.sign">
<em class="property">classmethod </em><code class="descname">sign</code><span class="sig-paren">(</span><em>payload</em>, <em>key</em>, <em>alg</em>, <em>include_jwk=True</em>, <em>protect=frozenset()</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#Signature.sign"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.Signature.sign" title="Permalink to this definition"></a></dt>
<dd><p>Sign.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>key</strong> (<a class="reference internal" href="jwk.html#josepy.jwk.JWK" title="josepy.jwk.JWK"><em>JWK</em></a>) &#8211; Key for signature.</td>
</tr>
</tbody>
</table>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="josepy.jws.JWS">
<em class="property">class </em><code class="descclassname">josepy.jws.</code><code class="descname">JWS</code><span class="sig-paren">(</span><em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#JWS"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.JWS" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <a class="reference internal" href="json_util.html#josepy.json_util.JSONObjectWithFields" title="josepy.json_util.JSONObjectWithFields"><code class="xref py py-class docutils literal"><span class="pre">josepy.json_util.JSONObjectWithFields</span></code></a></p>
<p>JSON Web Signature.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Variables:</th><td class="field-body"><ul class="first last simple">
<li><strong>payload</strong> (<em>str</em>) &#8211; JWS Payload.</li>
<li><a class="reference internal" href="#josepy.jws.JWS.signature" title="josepy.jws.JWS.signature"><strong>signature</strong></a> (<em>str</em>) &#8211; JWS Signatures.</li>
</ul>
</td>
</tr>
</tbody>
</table>
<dl class="attribute">
<dt id="josepy.jws.JWS.signature_cls">
<code class="descname">signature_cls</code><a class="headerlink" href="#josepy.jws.JWS.signature_cls" title="Permalink to this definition"></a></dt>
<dd><p>alias of <a class="reference internal" href="#josepy.jws.Signature" title="josepy.jws.Signature"><code class="xref py py-class docutils literal"><span class="pre">Signature</span></code></a></p>
</dd></dl>

<dl class="method">
<dt id="josepy.jws.JWS.verify">
<code class="descname">verify</code><span class="sig-paren">(</span><em>key=None</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#JWS.verify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.JWS.verify" title="Permalink to this definition"></a></dt>
<dd><p>Verify.</p>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.JWS.sign">
<em class="property">classmethod </em><code class="descname">sign</code><span class="sig-paren">(</span><em>payload</em>, <em>**kwargs</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#JWS.sign"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.JWS.sign" title="Permalink to this definition"></a></dt>
<dd><p>Sign.</p>
</dd></dl>

<dl class="attribute">
<dt id="josepy.jws.JWS.signature">
<code class="descname">signature</code><a class="headerlink" href="#josepy.jws.JWS.signature" title="Permalink to this definition"></a></dt>
<dd><p>Get a singleton signature.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body"><a class="reference internal" href="#josepy.jws.JWS.signature_cls" title="josepy.jws.JWS.signature_cls"><code class="xref py py-class docutils literal"><span class="pre">JWS.signature_cls</span></code></a></td>
</tr>
</tbody>
</table>
</dd></dl>

<dl class="method">
<dt id="josepy.jws.JWS.to_compact">
<code class="descname">to_compact</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#JWS.to_compact"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.JWS.to_compact" title="Permalink to this definition"></a></dt>
<dd><p>Compact serialization.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Return type:</th><td class="field-body">bytes</td>
</tr>
</tbody>
</table>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.JWS.from_compact">
<em class="property">classmethod </em><code class="descname">from_compact</code><span class="sig-paren">(</span><em>compact</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#JWS.from_compact"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.JWS.from_compact" title="Permalink to this definition"></a></dt>
<dd><p>Compact deserialization.</p>
<table class="docutils field-list" frame="void" rules="none">
<col class="field-name" />
<col class="field-body" />
<tbody valign="top">
<tr class="field-odd field"><th class="field-name">Parameters:</th><td class="field-body"><strong>compact</strong> (<em>bytes</em>) &#8211; </td>
</tr>
</tbody>
</table>
</dd></dl>

</dd></dl>

<dl class="class">
<dt id="josepy.jws.CLI">
<em class="property">class </em><code class="descclassname">josepy.jws.</code><code class="descname">CLI</code><a class="reference internal" href="../_modules/josepy/jws.html#CLI"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.CLI" title="Permalink to this definition"></a></dt>
<dd><p>Bases: <code class="xref py py-class docutils literal"><span class="pre">object</span></code></p>
<p>JWS CLI.</p>
<dl class="classmethod">
<dt id="josepy.jws.CLI.sign">
<em class="property">classmethod </em><code class="descname">sign</code><span class="sig-paren">(</span><em>args</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#CLI.sign"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.CLI.sign" title="Permalink to this definition"></a></dt>
<dd><p>Sign.</p>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.CLI.verify">
<em class="property">classmethod </em><code class="descname">verify</code><span class="sig-paren">(</span><em>args</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#CLI.verify"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.CLI.verify" title="Permalink to this definition"></a></dt>
<dd><p>Verify.</p>
</dd></dl>

<dl class="classmethod">
<dt id="josepy.jws.CLI.run">
<em class="property">classmethod </em><code class="descname">run</code><span class="sig-paren">(</span><em>args=None</em><span class="sig-paren">)</span><a class="reference internal" href="../_modules/josepy/jws.html#CLI.run"><span class="viewcode-link">[source]</span></a><a class="headerlink" href="#josepy.jws.CLI.run" title="Permalink to this definition"></a></dt>
<dd><p>Parse arguments and sign/verify.</p>
</dd></dl>

</dd></dl>

</div>


           </div>
          </div>
          <footer>
  
    <div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
      
        <a href="util.html" class="btn btn-neutral float-right" title="Utilities" accesskey="n">Next <span class="fa fa-arrow-circle-right"></span></a>
      
      
        <a href="jwk.html" class="btn btn-neutral" title="JSON Web Key" accesskey="p"><span class="fa fa-arrow-circle-left"></span> Previous</a>
      
    </div>
  

  <hr/>

  <div role="contentinfo">
    <p>
        &copy; Copyright 2015-2018, Let&#39;s Encrypt Project.

    </p>
  </div>
  Built with <a href="http://sphinx-doc.org/">Sphinx</a> using a <a href="https://github.com/snide/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>. 

</footer>

        </div>
      </div>

    </section>

  </div>
  


  

    <script type="text/javascript">
        var DOCUMENTATION_OPTIONS = {
            URL_ROOT:'../',
            VERSION:'1.1.0',
            COLLAPSE_INDEX:false,
            FILE_SUFFIX:'.html',
            HAS_SOURCE:  true
        };
    </script>
      <script type="text/javascript" src="../_static/jquery.js"></script>
      <script type="text/javascript" src="../_static/underscore.js"></script>
      <script type="text/javascript" src="../_static/doctools.js"></script>

  

  
  
    <script type="text/javascript" src="../_static/js/theme.js"></script>
  

  
  
  <script type="text/javascript">
      jQuery(function () {
          SphinxRtdTheme.StickyNav.enable();
      });
  </script>
   

</body>
</html>