File tree Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Expand file tree Collapse file tree 3 files changed +19
-0
lines changed Original file line number Diff line number Diff line change
1
+ .. _jwe :
2
+
1
3
JSON Web Encryption (JWE)
2
4
=========================
3
5
Original file line number Diff line number Diff line change
1
+ .. _jws :
2
+
1
3
JSON Web Signature (JWS)
2
4
========================
3
5
4
6
JSON Web Signature (JWS) represents content secured with digital signatures
5
7
or Message Authentication Codes (MACs) using JSON-based data structures.
6
8
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::
149
149
150
150
151
151
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
+
152
166
.. _cryptography : https://cryptography.io/en/latest/
153
167
.. _JWK : https://tools.ietf.org/html/rfc7517
154
168
.. _JWKS : https://tools.ietf.org/html/rfc7517#section-5
You can’t perform that action at this time.
0 commit comments