jar

io.github.adessose : softauthn

Maven & Gradle

Nov 10, 2022
6 stars

softauthn · softauthn provides an implementation of the WebAuthn API and a software authenticator in Java, using the java-webauthn-server library for data models. It can be used to test WebAuthn backends.

Table Of Contents

Latest Version

Download io.github.adessose : softauthn JAR file - Latest Versions:

All Versions

Download io.github.adessose : softauthn 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 softauthn-0.1.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

de.adesso.softauthn

├─ de.adesso.softauthn.Authenticator.class - [JAR]

├─ de.adesso.softauthn.AuthenticatorAssertionData.class - [JAR]

├─ de.adesso.softauthn.Authenticators.class - [JAR]

├─ de.adesso.softauthn.CredentialsContainer.class - [JAR]

├─ de.adesso.softauthn.Origin.class - [JAR]

├─ de.adesso.softauthn.PublicKeyCredentialSource.class - [JAR]

de.adesso.softauthn.counter

├─ de.adesso.softauthn.counter.GlobalSignatureCounter.class - [JAR]

├─ de.adesso.softauthn.counter.NoSignatureCounter.class - [JAR]

├─ de.adesso.softauthn.counter.PerCredentialSignatureCounter.class - [JAR]

├─ de.adesso.softauthn.counter.SignatureCounter.class - [JAR]

de.adesso.softauthn.authenticator

├─ de.adesso.softauthn.authenticator.BrokenAuthenticator.class - [JAR]

├─ de.adesso.softauthn.authenticator.NopAuthenticator.class - [JAR]

├─ de.adesso.softauthn.authenticator.WebAuthnAuthenticator.class - [JAR]

├─ de.adesso.softauthn.authenticator.WebAuthnAuthenticatorBuilder.class - [JAR]