View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cryptobox4j-1.3.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.wire.bots.cryptobox
├─ com.wire.bots.cryptobox.CryptoBox.class - [JAR]
├─ com.wire.bots.cryptobox.CryptoDb.class - [JAR]
├─ com.wire.bots.cryptobox.CryptoException.class - [JAR]
├─ com.wire.bots.cryptobox.CryptoSession.class - [JAR]
├─ com.wire.bots.cryptobox.ICryptobox.class - [JAR]
├─ com.wire.bots.cryptobox.IRecord.class - [JAR]
├─ com.wire.bots.cryptobox.IStorage.class - [JAR]
├─ com.wire.bots.cryptobox.PreKey.class - [JAR]
├─ com.wire.bots.cryptobox.SessionMessage.class - [JAR]
├─ com.wire.bots.cryptobox.StorageException.class - [JAR]