jar

com.github.nitram509 : jmacaroons

Maven & Gradle

Aug 08, 2019
2 usages
115 stars

Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud

Table Of Contents

Latest Version

Download com.github.nitram509 : jmacaroons JAR file - Latest Versions:

All Versions

Download com.github.nitram509 : jmacaroons JAR file - All Versions:

Version Vulnerabilities Size Updated
0.4.x
0.3.x
0.2.x
0.1.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 jmacaroons-0.4.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.nitram509.jmacaroons.util

├─ com.github.nitram509.jmacaroons.util.ArrayTools.class - [JAR]

├─ com.github.nitram509.jmacaroons.util.Base64.class - [JAR]

├─ com.github.nitram509.jmacaroons.util.BinHex.class - [JAR]

com.github.nitram509.jmacaroons

├─ com.github.nitram509.jmacaroons.CaveatPacket.class - [JAR]

├─ com.github.nitram509.jmacaroons.CryptoTools.class - [JAR]

├─ com.github.nitram509.jmacaroons.GeneralCaveatVerifier.class - [JAR]

├─ com.github.nitram509.jmacaroons.GeneralSecurityRuntimeException.class - [JAR]

├─ com.github.nitram509.jmacaroons.Macaroon.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonValidationException.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonsBuilder.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonsConstants.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonsDeSerializer.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonsSerializer.class - [JAR]

├─ com.github.nitram509.jmacaroons.MacaroonsVerifier.class - [JAR]

├─ com.github.nitram509.jmacaroons.NotDeSerializableException.class - [JAR]

com.github.nitram509.jmacaroons.verifier

├─ com.github.nitram509.jmacaroons.verifier.AuthoritiesCaveatVerifier.class - [JAR]

├─ com.github.nitram509.jmacaroons.verifier.TimestampCaveatVerifier.class - [JAR]

com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.curve25519.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.curve25519xsalsa20poly1305.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.hsalsa20.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.poly1305.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.salsa20.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.verify_16.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.xsalsa20.class - [JAR]

├─ com.github.nitram509.jmacaroons.crypto.neilalexander.jnacl.xsalsa20poly1305.class - [JAR]