public class JwtUtils extends Object
JwtUtils()
static String
createJwt(String text, String secret, io.jsonwebtoken.SignatureAlgorithm signature, int second)
decodeJwt(String jwt_str, String secret, io.jsonwebtoken.SignatureAlgorithm signature)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JwtUtils()
public static String createJwt(String text, String secret, io.jsonwebtoken.SignatureAlgorithm signature, int second)
text
secret
signature
second
public static String decodeJwt(String jwt_str, String secret, io.jsonwebtoken.SignatureAlgorithm signature)
jwt_str
Copyright © 2024. All rights reserved.