JWS, JWE, JWK, JWA, JWT
2017-08-02 本文已影响630人
依然饭太稀
JWS:JSON Web Signature,Digital signature/HMAC specification
JWE:JSON Web Encryption,Encryption specification
JWK:JSON Web Key,Public key specification
JWA:JSON Web Algorithms,Algorithms and identifiers specification
JWT:JSON Web Token
参考:
JSON Crypto Specs Draft -02: JWS, JWE, JWK, JWA and JSON Web Token (JWT) Draft -10