blob: 0591f1f846d7024c04183d88004b8544ff801ecd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
JOSE (Javascript Object Signing and Encryption) is a Python implementation
of the standards developed by IETF Javascript Object Signing and Encryption
(Active WG), in particular the following RFCs:
- JSON Web Algorithms (JWA)
- JSON Web Key (JWK)
- JSON Web Signature (JWS)
Originally developed as part of the ACME protocol implementation.
|