Uses of Interface
org.smallmind.web.jwt.JWTKeyMaster
-
-
Uses of JWTKeyMaster in org.smallmind.web.jwt
Classes in org.smallmind.web.jwt that implement JWTKeyMaster Modifier and Type Class Description classAsymmetricJWTKeyMasterclassSymmetricJWTKeyMasterMethods in org.smallmind.web.jwt with parameters of type JWTKeyMaster Modifier and Type Method Description static <T> TJWTCodec. decode(String jwtToken, JWTKeyMaster keyMaster, Class<T> claimsClass)static <T> TJWTCodec. decode(String jwtToken, JWTKeyMaster keyMaster, Class<T> claimsClass, boolean urlSafe)static StringJWTCodec. encode(Object claims, JWTKeyMaster keyMaster)static StringJWTCodec. encode(Object claims, JWTKeyMaster keyMaster, boolean urlSafe)static StringJWTCodec. encode(Object claims, JWTKeyMaster keyMaster, boolean urlSafe, Map<String,String> optionalHeaderMap)static StringJWTCodec. encode(Object claims, JWTKeyMaster keyMaster, Map<String,String> optionalHeaderMap)
-