File: index.rst

package info (click to toggle)
python-jwcrypto 1.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 512 kB
  • sloc: python: 6,289; makefile: 178
file content (40 lines) | stat: -rw-r--r-- 1,041 bytes parent folder | download
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
.. JWCrypto documentation master file, created by
   sphinx-quickstart on Tue Apr 14 10:25:10 2015.
   You can adapt this file completely to your liking, but it should at least
   contain the root `toctree` directive.

Welcome to JWCrypto's documentation!
====================================

JWCrypto is an implementation of the Javascript Object Signing and
Encryption (JOSE) Web Standards as they are being developed in the
JOSE_ IETF Working Group and related technology.

JWCrypto uses the Cryptography_ package for all the crypto functions.

.. _JOSE: https://datatracker.ietf.org/wg/jose/charter/
.. _Cryptography: https://cryptography.io/

Contents:

.. toctree::
   :maxdepth: 2

   jwk
   jws
   jwe
   jwt
   common


Note: In the examples, random or generated output values are replaced
with '...' to allow for doctesting. Where possible the immutable part of
a token has been preserved, and only the variable part replaced with '...'

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`