File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ .. _jwe :
2+
13JSON Web Encryption (JWE)
24=========================
35
Original file line number Diff line number Diff line change 1+ .. _jws :
2+
13JSON Web Signature (JWS)
24========================
35
46JSON Web Signature (JWS) represents content secured with digital signatures
57or 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments