Skip to content

Commit d68d3c1

Browse files
committed
Updated documentation.
1 parent 594c413 commit d68d3c1

File tree

3 files changed

+19
-0
lines changed

3 files changed

+19
-0
lines changed

doc/jwe.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
.. _jwe:
2+
13
JSON Web Encryption (JWE)
24
=========================
35

doc/jws.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1+
.. _jws:
2+
13
JSON Web Signature (JWS)
24
========================
35

46
JSON Web Signature (JWS) represents content secured with digital signatures
57
or Message Authentication Codes (MACs) using JSON-based data structures.
68

9+
It's assumed that you know all you need to know about key handling

doc/keyhandling.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,20 @@ And you can of course create a key from a JWK representation::
149149

150150

151151

152+
Key bundle
153+
----------
154+
155+
As mentioned above a key bundle is used to manage keys that have a common
156+
origin.
157+
158+
You can initiate a key bundle in serveral ways.
159+
160+
161+
Key Jar
162+
-------
163+
164+
165+
152166
.. _cryptography: https://cryptography.io/en/latest/
153167
.. _JWK: https://tools.ietf.org/html/rfc7517
154168
.. _JWKS: https://tools.ietf.org/html/rfc7517#section-5

0 commit comments

Comments
 (0)