jar

org.whispersystems : axolotl-j2me

Maven & Gradle

Mar 19, 2015
17 stars

axolotl-j2me · A J2ME compatible Axolotl impolementation

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
0.2.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-j2me-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

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.state.protos

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

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

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

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

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

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

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

org.whispersystems.libaxolotl.protocol.protos

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

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

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

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

├─ org.whispersystems.libaxolotl.protocol.protos.WhisperMessage.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.j2me

├─ org.whispersystems.libaxolotl.j2me.Arrays.class - [JAR]

├─ org.whispersystems.libaxolotl.j2me.AssertionError.class - [JAR]

├─ org.whispersystems.libaxolotl.j2me.BigInteger.class - [JAR]

├─ org.whispersystems.libaxolotl.j2me.MessageDigest.class - [JAR]

├─ org.whispersystems.libaxolotl.j2me.NestedException.class - [JAR]

├─ org.whispersystems.libaxolotl.j2me.ParseException.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.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.util.guava

├─ org.whispersystems.libaxolotl.util.guava.Absent.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.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

├─ 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

├─ org.whispersystems.libaxolotl.AxolotlAddress.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

Sep 19, 2014
2 stars
Nov 24, 2012
1 usages
0 stars
Dec 06, 2014
0 stars
Feb 24, 2014
0 stars
Nov 29, 2014
1 usages
0 stars
Oct 25, 2014
0 stars
Mar 10, 2015
0 stars
Sep 18, 2014
0 stars
Dec 06, 2014
0 stars
Nov 10, 2014
0 stars