jar

io.github.themrmilchmann.stash : stash

Maven & Gradle

Aug 14, 2022
0 stars

Stash · Stash is a Java library that provides capabilities to properly store secrets in memory.

Table Of Contents

Latest Version

Download io.github.themrmilchmann.stash : stash JAR file - Latest Versions:

All Versions

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

io.github.themrmilchmann.stash.internal

├─ io.github.themrmilchmann.stash.internal.NonNullApi.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.package-info.class - [JAR]

io.github.themrmilchmann.stash

├─ io.github.themrmilchmann.stash.Secret.class - [JAR]

├─ io.github.themrmilchmann.stash.SecretSpec.class - [JAR]

├─ io.github.themrmilchmann.stash.Serializer.class - [JAR]

├─ io.github.themrmilchmann.stash.Stash.class - [JAR]

├─ io.github.themrmilchmann.stash.Storage.class - [JAR]

├─ io.github.themrmilchmann.stash.StorageFactory.class - [JAR]

├─ io.github.themrmilchmann.stash.package-info.class - [JAR]

io.github.themrmilchmann.stash.internal.platform.win32

├─ io.github.themrmilchmann.stash.internal.platform.win32.DPAPIStorage.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.platform.win32.DPAPIStorageFactory.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.platform.win32.package-info.class - [JAR]

io.github.themrmilchmann.stash.internal.jna.win32

├─ io.github.themrmilchmann.stash.internal.jna.win32.Crypt32Ext.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.jna.win32.package-info.class - [JAR]

io.github.themrmilchmann.stash.internal.platform.universal

├─ io.github.themrmilchmann.stash.internal.platform.universal.UniversalStorage.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.platform.universal.UniversalStorageFactory.class - [JAR]

├─ io.github.themrmilchmann.stash.internal.platform.universal.package-info.class - [JAR]