yasuoka fa2231099f Import "cjose" 0.6.1
"cjose" is a library for Javascript Object Signing and Encryption
(JOSE).  Original diff from Naoaki Hoshi.

ok jca
2019-01-30 07:58:19 +00:00

5 lines
269 B
Plaintext

cjose is a library implementing Javascript Object Signing and Encryption
(JOSE). JOSE consists of JSON Web Signature (JWS, RFC 7515), JSON Web
Encryption (JWE, RFC 7516) and JSON Web Key (JWK, RFC 7517), and is used
in protocols such as OAUTH, OpenID Connect or XMPP.