Uses of Class
io.github.xezzon.zeroweb.auth.JsonWebToken.Signer
Packages that use JsonWebToken.Signer
-
Uses of JsonWebToken.Signer in io.github.xezzon.zeroweb.auth
Methods in io.github.xezzon.zeroweb.auth that return JsonWebToken.SignerModifier and TypeMethodDescription设置 JWT 的签发时间。设置 JWT 的签发者。static JsonWebToken.SignerJsonWebToken.signer(byte[] secretKey) 创建一个 JWT 签发器,使用对称密钥进行签名。static JsonWebToken.SignerJsonWebToken.signer(ECPrivateKey privateKey) 创建一个 JWT 签发器,使用 ECC 私钥进行签名。设置 JWT 的有效期限。