public class JwtUtil extends Object
JwtUtil()
static Map<String,Object>
decodeJwt(String jwt, String signSecretKey)
static String
generateJwt(Map<String,Object> params, Date issuedDate, Date expirationDate, String signSecretKey)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public JwtUtil()
public static String generateJwt(Map<String,Object> params, Date issuedDate, Date expirationDate, String signSecretKey)
params
issuedDate
expirationDate
signSecretKey
public static Map<String,Object> decodeJwt(String jwt, String signSecretKey)
jwt
Copyright © 2022. All rights reserved.