Uses of Class
org.miaixz.bus.auth.metric.JWT
Packages that use JWT
-
Uses of JWT in org.miaixz.bus.auth.metric
Methods in org.miaixz.bus.auth.metric that return JWTModifier and TypeMethodDescriptionJWT.addHeaders(Map<String, ?> headers) 添加多个头部信息。JWT.addPayloads(Map<String, ?> payloads) 添加多个载荷信息。static JWTJWT.of()创建空的 JWT 对象。static JWT创建并解析 JWT 对象。解析 JWT 令牌字符串,分解为 header、payload 和 signature 三部分。JWT.setCharset(Charset charset) 设置 JWT 使用的字符编码。设置头部信息。JWT.setKey(byte[] key) 设置签名密钥,默认使用 HS256 (HmacSHA256) 算法。JWT.setPayload(String name, Object value) 设置载荷信息。设置签名算法和密钥。设置签名算法和密钥。设置非对称签名算法和密钥对。JWT.setSigner(org.miaixz.bus.auth.metric.jwt.signature.JWTSigner signer) 设置签名器。 -
Uses of JWT in org.miaixz.bus.auth.metric.jwt
Methods in org.miaixz.bus.auth.metric.jwt that return JWTMethods in org.miaixz.bus.auth.metric.jwt with parameters of type JWTConstructors in org.miaixz.bus.auth.metric.jwt with parameters of type JWT