jar

com.github.berry120.JCSPGenerator : JCSPGenerator

Maven & Gradle

Jul 26, 2019
1 stars

JCSPGenerator · Java library for dynamically generating a Content Security Policy (CSP) HTTP header.

Table Of Contents

Latest Version

Download com.github.berry120.JCSPGenerator : JCSPGenerator JAR file - Latest Versions:

All Versions

Download com.github.berry120.JCSPGenerator : JCSPGenerator JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 JCSPGenerator-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.berry120.jcspgenerator

├─ com.github.berry120.jcspgenerator.CSP.class - [JAR]

├─ com.github.berry120.jcspgenerator.CSPDirective.class - [JAR]

├─ com.github.berry120.jcspgenerator.CSPHeader.class - [JAR]

├─ com.github.berry120.jcspgenerator.CSPSyntaxChecker.class - [JAR]

├─ com.github.berry120.jcspgenerator.CSPUtils.class - [JAR]

├─ com.github.berry120.jcspgenerator.LegacyHeader.class - [JAR]

├─ com.github.berry120.jcspgenerator.LegacyTransformer.class - [JAR]

├─ com.github.berry120.jcspgenerator.LegacyXFrameOptionsHeader.class - [JAR]

com.github.berry120.jcspgenerator.exception

├─ com.github.berry120.jcspgenerator.exception.DuplicateDirectivesException.class - [JAR]

├─ com.github.berry120.jcspgenerator.exception.InvalidDirectiveNameException.class - [JAR]

├─ com.github.berry120.jcspgenerator.exception.InvalidDirectiveValueException.class - [JAR]

├─ com.github.berry120.jcspgenerator.exception.NotBase64Exception.class - [JAR]