jar

io.gitee.wywxy : api-security

Maven & Gradle

Aug 03, 2023

api-security · api-security for Spring Boot

Table Of Contents

Latest Version

Download io.gitee.wywxy : api-security JAR file - Latest Versions:

All Versions

Download io.gitee.wywxy : api-security JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 api-security-1.0.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.gitee.wywxy.spring.annotation

├─ io.gitee.wywxy.spring.annotation.EnableApiSecurity.class - [JAR]

io.gitee.wywxy.spring.config

├─ io.gitee.wywxy.spring.config.ApiSecurityConfig.class - [JAR]

io.gitee.wywxy.spring.spi

├─ io.gitee.wywxy.spring.spi.DefaultSecurityApiManage.class - [JAR]

io.gitee.wywxy.apisecurity.utils

├─ io.gitee.wywxy.apisecurity.utils.AnnotationCheckUtils.class - [JAR]

├─ io.gitee.wywxy.apisecurity.utils.ResIpUtils.class - [JAR]

├─ io.gitee.wywxy.apisecurity.utils.SecurityTests.class - [JAR]

io.gitee.wywxy.apisecurity.spi.handler

├─ io.gitee.wywxy.apisecurity.spi.handler.AesSecurityHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.handler.DesSecurityHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.handler.DesedeSecurityHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.handler.Md5SecurityHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.handler.RC4SecurityHandler.class - [JAR]

io.gitee.wywxy.apisecurity.annotation

├─ io.gitee.wywxy.apisecurity.annotation.DecryptApi.class - [JAR]

├─ io.gitee.wywxy.apisecurity.annotation.EncryptApi.class - [JAR]

├─ io.gitee.wywxy.apisecurity.annotation.SecurityTypeEnums.class - [JAR]

io.gitee.wywxy.apisecurity.bean

├─ io.gitee.wywxy.apisecurity.bean.ApiSecurityBody.class - [JAR]

├─ io.gitee.wywxy.apisecurity.bean.ApiSecurityDecryptVo.class - [JAR]

├─ io.gitee.wywxy.apisecurity.bean.ApiSecurityEncryptVo.class - [JAR]

├─ io.gitee.wywxy.apisecurity.bean.InputMessage.class - [JAR]

io.gitee.wywxy.spring.advice

├─ io.gitee.wywxy.spring.advice.DecryptRequestBodyAdvice.class - [JAR]

├─ io.gitee.wywxy.spring.advice.EncryptResponseBodyAdvice.class - [JAR]

├─ io.gitee.wywxy.spring.advice.SecurityExceptionAdvice.class - [JAR]

io.gitee.wywxy.apisecurity.spi

├─ io.gitee.wywxy.apisecurity.spi.IApiSecurityEnhancer.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.IErrorHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.ISecurityApiManage.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.ISecurityHandler.class - [JAR]

io.gitee.wywxy.apisecurity.exception

├─ io.gitee.wywxy.apisecurity.exception.ApiSecurityDecodeException.class - [JAR]

├─ io.gitee.wywxy.apisecurity.exception.ApiSecurityEncryptException.class - [JAR]

├─ io.gitee.wywxy.apisecurity.exception.ApiSecurityErrorCode.class - [JAR]

io.gitee.wywxy.apisecurity.spi.asyHandler

├─ io.gitee.wywxy.apisecurity.spi.asyHandler.AbstractAsySecurityHandler.class - [JAR]

├─ io.gitee.wywxy.apisecurity.spi.asyHandler.RsaSecurityHandler.class - [JAR]