API 参考

Here covers the interfaces of JWS, JWE, JWK, and JWT.

JWS API

Most JSON Web Token are encoded with JWS in compact serialization.

JWS API
JWE API

JSON Web Encryption (JWE) represents encrypted content using JSON-based data structures.

JWE API
JWK API

Learn how to use OctKey, RSAKey, ECKey, OKPKey, and JSON Web Key Set.

JWK API
JWT API

JSON Web Token (JWT) is built on top of JSON Web Signature or JSON Web Encryption.

JWT API