File: index.rst

package info (click to toggle)
python-jwcrypto 1.1.0-1%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 552 kB
  • sloc: python: 5,386; makefile: 177
file content (35 lines) | stat: -rw-r--r-- 812 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
.. 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


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

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