jar

net.jalg : jiron

Maven & Gradle

Aug 13, 2013
2 stars

jiron · jiron is a library for working with encapsulated tokens. Encapsulated tokens can be used to encrypt and sign arbitrary messages, pass them around in untrusted environments (e.g. the Web), receive them back and still be sure that noone has seen or modified the original token. This is useful for authentication tokens, e.g. in the context of authorization delegation or cookie-based Web authentication.

Table Of Contents

Latest Version

Download net.jalg : jiron JAR file - Latest Versions:

All Versions

Download net.jalg : jiron JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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

net.jalg.jiron

├─ net.jalg.jiron.Jiron.class - [JAR]

├─ net.jalg.jiron.JironException.class - [JAR]

├─ net.jalg.jiron.JironIntegrityException.class - [JAR]

net.jalg.jiron.util

├─ net.jalg.jiron.util.Base64.class - [JAR]

├─ net.jalg.jiron.util.BaseNCodec.class - [JAR]

├─ net.jalg.jiron.util.CharEncoding.class - [JAR]

├─ net.jalg.jiron.util.Charsets.class - [JAR]

├─ net.jalg.jiron.util.DecoderException.class - [JAR]

├─ net.jalg.jiron.util.EncoderException.class - [JAR]

├─ net.jalg.jiron.util.StringUtils.class - [JAR]