jar

org.igniterealtime.smack : smack-omemo

Maven & Gradle

Jun 29, 2022
4 usages
2.3k stars

Smack · Smack API for XEP-0384: OMEMO Encryption

Table Of Contents

Latest Version

Download org.igniterealtime.smack : smack-omemo JAR file - Latest Versions:

All Versions

Download org.igniterealtime.smack : smack-omemo JAR file - All Versions:

Version Vulnerabilities Size Updated
4.5.x
4.4.x
4.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 smack-omemo-4.4.6.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jivesoftware.smackx.omemo.exceptions

├─ org.jivesoftware.smackx.omemo.exceptions.CannotEstablishOmemoSessionException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.CorruptedOmemoKeyException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.CryptoFailedException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.MultipleCryptoFailedException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.NoIdentityKeyException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.NoOmemoSupportException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.NoRawSessionException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.ReadOnlyDeviceException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.StaleDeviceException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.UndecidedOmemoIdentityException.class - [JAR]

├─ org.jivesoftware.smackx.omemo.exceptions.UntrustedOmemoIdentityException.class - [JAR]

org.jivesoftware.smackx.omemo.listener

├─ org.jivesoftware.smackx.omemo.listener.OmemoMessageListener.class - [JAR]

├─ org.jivesoftware.smackx.omemo.listener.OmemoMucMessageListener.class - [JAR]

org.jivesoftware.smackx.omemo.util

├─ org.jivesoftware.smackx.omemo.util.MessageOrOmemoMessage.class - [JAR]

├─ org.jivesoftware.smackx.omemo.util.OmemoConstants.class - [JAR]

├─ org.jivesoftware.smackx.omemo.util.OmemoKeyUtil.class - [JAR]

├─ org.jivesoftware.smackx.omemo.util.OmemoMessageBuilder.class - [JAR]

org.jivesoftware.smackx.omemo

├─ org.jivesoftware.smackx.omemo.CachingOmemoStore.class - [JAR]

├─ org.jivesoftware.smackx.omemo.FileBasedOmemoStore.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoConfiguration.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoInitializer.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoManager.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoMessage.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoRatchet.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoService.class - [JAR]

├─ org.jivesoftware.smackx.omemo.OmemoStore.class - [JAR]

org.jivesoftware.smackx.omemo.trust

├─ org.jivesoftware.smackx.omemo.trust.OmemoFingerprint.class - [JAR]

├─ org.jivesoftware.smackx.omemo.trust.OmemoTrustCallback.class - [JAR]

├─ org.jivesoftware.smackx.omemo.trust.TrustState.class - [JAR]

org.jivesoftware.smackx.omemo.element

├─ org.jivesoftware.smackx.omemo.element.OmemoBundleElement.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoBundleElement_VAxolotl.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoDeviceListElement_VAxolotl.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoElement.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoElement_VAxolotl.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoHeaderElement.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoHeaderElement_VAxolotl.class - [JAR]

├─ org.jivesoftware.smackx.omemo.element.OmemoKeyElement.class - [JAR]

org.jivesoftware.smackx.omemo.internal

├─ org.jivesoftware.smackx.omemo.internal.CipherAndAuthTag.class - [JAR]

├─ org.jivesoftware.smackx.omemo.internal.CiphertextTuple.class - [JAR]

├─ org.jivesoftware.smackx.omemo.internal.OmemoAesCipher.class - [JAR]

├─ org.jivesoftware.smackx.omemo.internal.OmemoCachedDeviceList.class - [JAR]

├─ org.jivesoftware.smackx.omemo.internal.OmemoDevice.class - [JAR]

org.jivesoftware.smackx.omemo.provider

├─ org.jivesoftware.smackx.omemo.provider.OmemoBundleVAxolotlProvider.class - [JAR]

├─ org.jivesoftware.smackx.omemo.provider.OmemoDeviceListVAxolotlProvider.class - [JAR]

├─ org.jivesoftware.smackx.omemo.provider.OmemoVAxolotlProvider.class - [JAR]

org.jivesoftware.smackx.omemo.internal.listener

├─ org.jivesoftware.smackx.omemo.internal.listener.OmemoCarbonCopyStanzaReceivedListener.class - [JAR]

├─ org.jivesoftware.smackx.omemo.internal.listener.OmemoMessageStanzaReceivedListener.class - [JAR]

Advertisement

Dependencies from Group

Jun 29, 2022
44 usages
2.3k stars
Jun 29, 2022
43 usages
2.3k stars
Jun 29, 2022
43 usages
2.3k stars
Sep 20, 2020
29 usages
2.3k stars
Aug 17, 2011
28 usages

Discover Dependencies

Dec 13, 2022
4 usages
641 stars
Jul 19, 2023
4 usages
797 stars
Dec 03, 2021
4 usages
443 stars
Jan 19, 2023
4 usages
2 stars
Aug 21, 2023
10 usages
6 stars
Jul 18, 2023
4 usages
3k stars
Jun 27, 2019
3 usages
2 stars
Jul 11, 2019
1 usages
426 stars
Jun 29, 2022
2 usages
2.3k stars