jar

ru.mihailpro.lib : yandexotp-jvm

Maven & Gradle

Feb 08, 2022
2 stars

yandexotp · Just a Kotlin library that validates secrets and generates one-time passwords for Yandex 2FA.

Table Of Contents

Latest Version

Download ru.mihailpro.lib : yandexotp-jvm JAR file - Latest Versions:

All Versions

Download ru.mihailpro.lib : yandexotp-jvm 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 yandexotp-jvm-1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

ru.mihailpro.lib.yandexotp.interfaces

├─ ru.mihailpro.lib.yandexotp.interfaces.IHOTPGenerator.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.interfaces.IYandexOTPGenerator.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.interfaces.IYandexOTPParser.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.interfaces.IYandexOTPValidator.class - [JAR]

ru.mihailpro.lib.yandexotp

├─ ru.mihailpro.lib.yandexotp.HOTPGenerator.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.YandexOTPException.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.YandexOTPGenerator.class - [JAR]

ru.mihailpro.lib.yandexotp.data

├─ ru.mihailpro.lib.yandexotp.data.YandexConstantsKt.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.data.YandexOTPErrors.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.data.YandexSecret.class - [JAR]

ru.mihailpro.lib.yandexotp.utils

├─ ru.mihailpro.lib.yandexotp.utils.Base32.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.utils.OTPUtils.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.utils.YandexOTPParser.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.utils.YandexOTPParserKt.class - [JAR]

├─ ru.mihailpro.lib.yandexotp.utils.YandexOTPValidator.class - [JAR]

Advertisement