jar

org.cardanofoundation : cip30-data-signature-parser

Maven & Gradle

Aug 18, 2023
6 stars

CIP 30 Data Signature Parser and Validator · Java implementation of Cardano's CIP-30 DataSignature parsing and validation.

Table Of Contents

Latest Version

Download org.cardanofoundation : cip30-data-signature-parser JAR file - Latest Versions:

All Versions

Download org.cardanofoundation : cip30-data-signature-parser JAR file - All Versions:

Version Vulnerabilities Size Updated
0.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 cip30-data-signature-parser-0.0.10.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cardanofoundation.ext.cbor

├─ org.cardanofoundation.ext.cbor.CborRuntimeException.class - [JAR]

├─ org.cardanofoundation.ext.cbor.CustomCborEncoder.class - [JAR]

├─ org.cardanofoundation.ext.cbor.CustomMapEncoder.class - [JAR]

├─ org.cardanofoundation.ext.cbor.MoreCbor.class - [JAR]

├─ org.cardanofoundation.ext.cbor.SortedMap.class - [JAR]

org.cardanofoundation.ext.cose

├─ org.cardanofoundation.ext.cose.COSEItem.class - [JAR]

├─ org.cardanofoundation.ext.cose.COSEKey.class - [JAR]

├─ org.cardanofoundation.ext.cose.COSEUtil.class - [JAR]

org.cardanofoundation.cip30

├─ org.cardanofoundation.cip30.CIP30Verifier.class - [JAR]

├─ org.cardanofoundation.cip30.Cip30VerificationResult.class - [JAR]

├─ org.cardanofoundation.cip30.Format.class - [JAR]

├─ org.cardanofoundation.cip30.MoreHex.class - [JAR]

├─ org.cardanofoundation.cip30.ValidationError.class - [JAR]