jar

io.github.osipxd : encrypted-datastore

Maven & Gradle

Feb 26, 2023
151 stars

encrypted-datastore · Extensions to encrypt DataStore using Tink

Table Of Contents

Latest Version

Download io.github.osipxd : encrypted-datastore JAR file - Latest Versions:

All Versions

Download io.github.osipxd : encrypted-datastore JAR file - All Versions:

Version Vulnerabilities Size Updated
1.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 encrypted-datastore-1.0.0-beta01.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.osipxd.datastore.encrypted.migration

├─ io.github.osipxd.datastore.encrypted.migration.StreamingAeadWithFallback.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.migration.StreamingAeadWithFallbackKt.class - [JAR]

io.github.osipxd.datastore.encrypted

├─ io.github.osipxd.datastore.encrypted.AeadEncryptingSerializer.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.AeadKt.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.EncryptingSerializer.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.EncryptingSerializerKt.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.StreamingAeadEncryptingSerializer.class - [JAR]

├─ io.github.osipxd.datastore.encrypted.WrappingEncryptingSerializer.class - [JAR]

Advertisement