jar

org.jsqrl : jsqrl-server

Maven & Gradle

Jul 04, 2017
4 stars

JSQRL Server · Java web server implementation of the SQRL authentication protocol

Table Of Contents

Latest Version

Download org.jsqrl : jsqrl-server JAR file - Latest Versions:

All Versions

Download org.jsqrl : jsqrl-server JAR file - All Versions:

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

org.jsqrl.config

├─ org.jsqrl.config.SqrlConfig.class - [JAR]

org.jsqrl.server

├─ org.jsqrl.server.JSqrlServer.class - [JAR]

org.jsqrl.service

├─ org.jsqrl.service.SqrlAuthenticationService.class - [JAR]

├─ org.jsqrl.service.SqrlNutService.class - [JAR]

├─ org.jsqrl.service.SqrlUserService.class - [JAR]

org.jsqrl.nut

├─ org.jsqrl.nut.SqrlNut.class - [JAR]

org.jsqrl.util

├─ org.jsqrl.util.SqrlUtil.class - [JAR]

org.jsqrl.error

├─ org.jsqrl.error.SqrlException.class - [JAR]

org.jsqrl.model

├─ org.jsqrl.model.SqrlAuthResponse.class - [JAR]

├─ org.jsqrl.model.SqrlClientRequest.class - [JAR]

├─ org.jsqrl.model.SqrlCommand.class - [JAR]

├─ org.jsqrl.model.SqrlOptionFlag.class - [JAR]

├─ org.jsqrl.model.SqrlUser.class - [JAR]

├─ org.jsqrl.model.TransactionInformationFlag.class - [JAR]