jar

org.whispersystems : axolotl-java

Maven & Gradle

Feb 03, 2016
2 usages

axolotl-java · Axolotl library for Java

Table Of Contents

Latest Version

Download org.whispersystems : axolotl-java JAR file - Latest Versions:

All Versions

Download org.whispersystems : axolotl-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.3.x
1.2.x
1.1.x
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 axolotl-java-1.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.whispersystems.libaxolotl.fingerprint

├─ org.whispersystems.libaxolotl.fingerprint.DisplayableFingerprint.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.Fingerprint.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.FingerprintGenerator.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.FingerprintIdentifierMismatchException.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.FingerprintParsingException.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.FingerprintProtos.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.FingerprintVersionMismatchException.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.NumericFingerprintGenerator.class - [JAR]

├─ org.whispersystems.libaxolotl.fingerprint.ScannableFingerprint.class - [JAR]

org.whispersystems.libaxolotl.groups.state

├─ org.whispersystems.libaxolotl.groups.state.SenderKeyRecord.class - [JAR]

├─ org.whispersystems.libaxolotl.groups.state.SenderKeyState.class - [JAR]

├─ org.whispersystems.libaxolotl.groups.state.SenderKeyStore.class - [JAR]

org.whispersystems.libaxolotl.groups

├─ org.whispersystems.libaxolotl.groups.GroupCipher.class - [JAR]

├─ org.whispersystems.libaxolotl.groups.GroupSessionBuilder.class - [JAR]

├─ org.whispersystems.libaxolotl.groups.SenderKeyName.class - [JAR]

org.whispersystems.libaxolotl.protocol

├─ org.whispersystems.libaxolotl.protocol.CiphertextMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.KeyExchangeMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.PreKeyWhisperMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.SenderKeyDistributionMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.SenderKeyMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.WhisperMessage.class - [JAR]

├─ org.whispersystems.libaxolotl.protocol.WhisperProtos.class - [JAR]

org.whispersystems.libaxolotl.util.guava

├─ org.whispersystems.libaxolotl.util.guava.Absent.class - [JAR]

├─ org.whispersystems.libaxolotl.util.guava.Function.class - [JAR]

├─ org.whispersystems.libaxolotl.util.guava.Optional.class - [JAR]

├─ org.whispersystems.libaxolotl.util.guava.Preconditions.class - [JAR]

├─ org.whispersystems.libaxolotl.util.guava.Present.class - [JAR]

├─ org.whispersystems.libaxolotl.util.guava.Supplier.class - [JAR]

org.whispersystems.libaxolotl.ratchet

├─ org.whispersystems.libaxolotl.ratchet.AliceAxolotlParameters.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.BobAxolotlParameters.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.ChainKey.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.MessageKeys.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.RatchetingSession.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.RootKey.class - [JAR]

├─ org.whispersystems.libaxolotl.ratchet.SymmetricAxolotlParameters.class - [JAR]

org.whispersystems.libaxolotl.ecc

├─ org.whispersystems.libaxolotl.ecc.Curve.class - [JAR]

├─ org.whispersystems.libaxolotl.ecc.DjbECPrivateKey.class - [JAR]

├─ org.whispersystems.libaxolotl.ecc.DjbECPublicKey.class - [JAR]

├─ org.whispersystems.libaxolotl.ecc.ECKeyPair.class - [JAR]

├─ org.whispersystems.libaxolotl.ecc.ECPrivateKey.class - [JAR]

├─ org.whispersystems.libaxolotl.ecc.ECPublicKey.class - [JAR]

org.whispersystems.libaxolotl.logging

├─ org.whispersystems.libaxolotl.logging.AxolotlLogger.class - [JAR]

├─ org.whispersystems.libaxolotl.logging.AxolotlLoggerProvider.class - [JAR]

├─ org.whispersystems.libaxolotl.logging.Log.class - [JAR]

org.whispersystems.libaxolotl.util

├─ org.whispersystems.libaxolotl.util.ByteUtil.class - [JAR]

├─ org.whispersystems.libaxolotl.util.Hex.class - [JAR]

├─ org.whispersystems.libaxolotl.util.KeyHelper.class - [JAR]

├─ org.whispersystems.libaxolotl.util.Medium.class - [JAR]

├─ org.whispersystems.libaxolotl.util.Pair.class - [JAR]

org.whispersystems.libaxolotl.kdf

├─ org.whispersystems.libaxolotl.kdf.DerivedMessageSecrets.class - [JAR]

├─ org.whispersystems.libaxolotl.kdf.DerivedRootSecrets.class - [JAR]

├─ org.whispersystems.libaxolotl.kdf.HKDF.class - [JAR]

├─ org.whispersystems.libaxolotl.kdf.HKDFv2.class - [JAR]

├─ org.whispersystems.libaxolotl.kdf.HKDFv3.class - [JAR]

org.whispersystems.libaxolotl.state.impl

├─ org.whispersystems.libaxolotl.state.impl.InMemoryAxolotlStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.impl.InMemoryIdentityKeyStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.impl.InMemoryPreKeyStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.impl.InMemorySessionStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.impl.InMemorySignedPreKeyStore.class - [JAR]

org.whispersystems.libaxolotl.state

├─ org.whispersystems.libaxolotl.state.AxolotlStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.IdentityKeyStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.PreKeyBundle.class - [JAR]

├─ org.whispersystems.libaxolotl.state.PreKeyRecord.class - [JAR]

├─ org.whispersystems.libaxolotl.state.PreKeyStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.SessionRecord.class - [JAR]

├─ org.whispersystems.libaxolotl.state.SessionState.class - [JAR]

├─ org.whispersystems.libaxolotl.state.SessionStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.SignedPreKeyRecord.class - [JAR]

├─ org.whispersystems.libaxolotl.state.SignedPreKeyStore.class - [JAR]

├─ org.whispersystems.libaxolotl.state.StorageProtos.class - [JAR]

org.whispersystems.libaxolotl

├─ org.whispersystems.libaxolotl.AxolotlAddress.class - [JAR]

├─ org.whispersystems.libaxolotl.DecryptionCallback.class - [JAR]

├─ org.whispersystems.libaxolotl.DuplicateMessageException.class - [JAR]

├─ org.whispersystems.libaxolotl.IdentityKey.class - [JAR]

├─ org.whispersystems.libaxolotl.IdentityKeyPair.class - [JAR]

├─ org.whispersystems.libaxolotl.InvalidKeyException.class - [JAR]

├─ org.whispersystems.libaxolotl.InvalidKeyIdException.class - [JAR]

├─ org.whispersystems.libaxolotl.InvalidMacException.class - [JAR]

├─ org.whispersystems.libaxolotl.InvalidMessageException.class - [JAR]

├─ org.whispersystems.libaxolotl.InvalidVersionException.class - [JAR]

├─ org.whispersystems.libaxolotl.LegacyMessageException.class - [JAR]

├─ org.whispersystems.libaxolotl.NoSessionException.class - [JAR]

├─ org.whispersystems.libaxolotl.SessionBuilder.class - [JAR]

├─ org.whispersystems.libaxolotl.SessionCipher.class - [JAR]

├─ org.whispersystems.libaxolotl.StaleKeyExchangeException.class - [JAR]

├─ org.whispersystems.libaxolotl.UntrustedIdentityException.class - [JAR]

org.whispersystems.libaxolotl.groups.ratchet

├─ org.whispersystems.libaxolotl.groups.ratchet.SenderChainKey.class - [JAR]

├─ org.whispersystems.libaxolotl.groups.ratchet.SenderMessageKey.class - [JAR]

Advertisement

Dependencies from Group

May 04, 2018
24 usages
225 stars
Nov 02, 2019
10 usages
May 04, 2018
5 usages
225 stars
Feb 03, 2016
2 usages

Discover Dependencies

Mar 01, 2021
2 usages
323 stars
Nov 07, 2016
2 usages
Nov 07, 2016
2 usages
Nov 07, 2016
2 usages
Nov 07, 2016
2 usages
Nov 07, 2016
2 usages
Mar 04, 2021
4 usages
6k stars
May 27, 2018
4 usages