jar

cn.jdevelops : jdevelops-util-jwt

Maven & Gradle

Jan 28, 2024

jwt 工具 使用的是[jose4j](https://bitbucket.org/b_c/jose4j/src) [jwt](https://bitbucket.org/b_c/jose4j/wiki/JWT%20Examples) [tokenSecret加密方式 hmacsha256 ](http://www.jsons.cn/allencrypt/)

Table Of Contents

Latest Version

Download cn.jdevelops : jdevelops-util-jwt JAR file - Latest Versions:

All Versions

Download cn.jdevelops : jdevelops-util-jwt JAR file - All Versions:

Version Vulnerabilities Size Updated
2.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jdevelops-util-jwt-2.0.7.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cn.jdevelops.util.jwt.exception

├─ cn.jdevelops.util.jwt.exception.LoginException.class - [JAR]

cn.jdevelops.util.jwt.core

├─ cn.jdevelops.util.jwt.core.JwtService.class - [JAR]

cn.jdevelops.util.jwt.constant

├─ cn.jdevelops.util.jwt.constant.JwtConstant.class - [JAR]

├─ cn.jdevelops.util.jwt.constant.JwtMessageConstant.class - [JAR]

├─ cn.jdevelops.util.jwt.constant.PlatformConstant.class - [JAR]

cn.jdevelops.util.jwt.util

├─ cn.jdevelops.util.jwt.util.EncryptionUtil.class - [JAR]

├─ cn.jdevelops.util.jwt.util.JwtContextUtil.class - [JAR]

cn.jdevelops.util.jwt.config

├─ cn.jdevelops.util.jwt.config.JwtConfig.class - [JAR]

cn.jdevelops.util.jwt.entity

├─ cn.jdevelops.util.jwt.entity.JCookie.class - [JAR]

├─ cn.jdevelops.util.jwt.entity.LoginJwtExtendInfo.class - [JAR]

├─ cn.jdevelops.util.jwt.entity.SignEntity.class - [JAR]

Advertisement