API 参考¶
Here covers the interfaces of JWS, JWE, JWK, and JWT.
JWS API
Most JSON Web Token are encoded with JWS in compact serialization.
JWE API
JSON Web Encryption (JWE) represents encrypted content using JSON-based data structures.
JWK API
Learn how to use OctKey
, RSAKey
, ECKey
, OKPKey
, and JSON Web Key Set.
JWT API
JSON Web Token (JWT) is built on top of JSON Web Signature or JSON Web Encryption.