JWS, JWE, JWK, JWA, JWT

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

你可能感兴趣的:(JWS, JWE, JWK, JWA, JWT)