File: rfc7516.rst

package info (click to toggle)
python-authlib 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,016 kB
  • sloc: python: 26,998; makefile: 53; sh: 14
file content (34 lines) | stat: -rw-r--r-- 781 bytes parent folder | download | duplicates (4)
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
.. _specs/rfc7516:

RFC7516: JSON Web Encryption
============================

.. meta::
    :description: API references on RFC7516 JSON Web Encryption (JWE) Python
        implementation. Guide on JWE serialization and deserialization.

This section contains the generic implementation of RFC7516_. Find how to use
it in :ref:`JWE Guide <jwe_guide>`.

.. _RFC7516: https://tools.ietf.org/html/rfc7516


API Reference
-------------

.. autoclass:: authlib.jose.JsonWebEncryption
    :member-order: bysource
    :members:


.. autoclass:: authlib.jose.JWEAlgorithm
    :member-order: bysource
    :members:

.. autoclass:: authlib.jose.JWEEncAlgorithm
    :member-order: bysource
    :members:

.. autoclass:: authlib.jose.JWEZipAlgorithm
    :member-order: bysource
    :members: