| Constructor and Description |
|---|
JwtUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
isFutureTime(long numericDate,
int leewaySec) |
static boolean |
isPastTime(long numericDate,
int leewaySec) |
static boolean |
isSupportedValue(Object value) |
static String[] |
parseParts(String token) |
static Date |
toDate(Long numericDate) |
static Long |
toNumericDate(Date value) |
static Long |
toNumericDate(Long timeInMs) |
public static boolean isFutureTime(long numericDate,
int leewaySec)
public static boolean isPastTime(long numericDate,
int leewaySec)
public static boolean isSupportedValue(Object value)
Copyright © 2021. All rights reserved.