jar

org.igniterealtime.smack : smack-openpgp

Maven & Gradle

Jun 29, 2022
3 usages
2.3k stars

Smack · Smack API for XEP-0373: OpenPGP for XMPP.

Table Of Contents

Latest Version

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

All Versions

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

Version Vulnerabilities Size Updated
4.5.x
4.4.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-openpgp-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.ox.store.abstr

├─ org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpKeyStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpMetadataStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.abstr.AbstractOpenPgpTrustStore.class - [JAR]

org.jivesoftware.smackx.ox.crypto

├─ org.jivesoftware.smackx.ox.crypto.OpenPgpElementAndMetadata.class - [JAR]

├─ org.jivesoftware.smackx.ox.crypto.OpenPgpProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.crypto.PainlessOpenPgpProvider.class - [JAR]

org.jivesoftware.smackx.ox

├─ org.jivesoftware.smackx.ox.OpenPgpContact.class - [JAR]

├─ org.jivesoftware.smackx.ox.OpenPgpManager.class - [JAR]

├─ org.jivesoftware.smackx.ox.OpenPgpMessage.class - [JAR]

├─ org.jivesoftware.smackx.ox.OpenPgpSecretKeyBackupPassphrase.class - [JAR]

├─ org.jivesoftware.smackx.ox.OpenPgpSelf.class - [JAR]

org.jivesoftware.smackx.ox.callback.backup

├─ org.jivesoftware.smackx.ox.callback.backup.AskForBackupCodeCallback.class - [JAR]

├─ org.jivesoftware.smackx.ox.callback.backup.SecretKeyBackupSelectionCallback.class - [JAR]

├─ org.jivesoftware.smackx.ox.callback.backup.SecretKeyRestoreSelectionCallback.class - [JAR]

org.jivesoftware.smackx.ox.store.filebased

├─ org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpKeyStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpMetadataStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.filebased.FileBasedOpenPgpTrustStore.class - [JAR]

org.jivesoftware.smackx.ox.listener

├─ org.jivesoftware.smackx.ox.listener.CryptElementReceivedListener.class - [JAR]

├─ org.jivesoftware.smackx.ox.listener.SignElementReceivedListener.class - [JAR]

├─ org.jivesoftware.smackx.ox.listener.SigncryptElementReceivedListener.class - [JAR]

org.jivesoftware.smackx.ox.store.definition

├─ org.jivesoftware.smackx.ox.store.definition.OpenPgpKeyStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.definition.OpenPgpMetadataStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.definition.OpenPgpStore.class - [JAR]

├─ org.jivesoftware.smackx.ox.store.definition.OpenPgpTrustStore.class - [JAR]

org.jivesoftware.smackx.ox.provider

├─ org.jivesoftware.smackx.ox.provider.CryptElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.OpenPgpContentElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.OpenPgpElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.PubkeyElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.PublicKeysListElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.SecretkeyElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.SignElementProvider.class - [JAR]

├─ org.jivesoftware.smackx.ox.provider.SigncryptElementProvider.class - [JAR]

org.jivesoftware.smackx.ox.callback

├─ org.jivesoftware.smackx.ox.callback.SecretKeyPassphraseCallback.class - [JAR]

org.jivesoftware.smackx.ox.selection_strategy

├─ org.jivesoftware.smackx.ox.selection_strategy.AnnouncedKeys.class - [JAR]

├─ org.jivesoftware.smackx.ox.selection_strategy.BareJidUserId.class - [JAR]

org.jivesoftware.smackx.ox.exception

├─ org.jivesoftware.smackx.ox.exception.InvalidBackupCodeException.class - [JAR]

├─ org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException.class - [JAR]

├─ org.jivesoftware.smackx.ox.exception.MissingUserIdOnKeyException.class - [JAR]

├─ org.jivesoftware.smackx.ox.exception.NoBackupFoundException.class - [JAR]

org.jivesoftware.smackx.ox.util

├─ org.jivesoftware.smackx.ox.util.OpenPgpInitializer.class - [JAR]

├─ org.jivesoftware.smackx.ox.util.OpenPgpPubSubUtil.class - [JAR]

├─ org.jivesoftware.smackx.ox.util.SecretKeyBackupHelper.class - [JAR]

├─ org.jivesoftware.smackx.ox.util.Util.class - [JAR]

org.jivesoftware.smackx.ox_im

├─ org.jivesoftware.smackx.ox_im.OXInstantMessagingManager.class - [JAR]

├─ org.jivesoftware.smackx.ox_im.OxMessageListener.class - [JAR]

org.jivesoftware.smackx.ox.element

├─ org.jivesoftware.smackx.ox.element.CryptElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.OpenPgpContentElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.OpenPgpElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.PubkeyElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.PublicKeysListElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.SecretkeyElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.SignElement.class - [JAR]

├─ org.jivesoftware.smackx.ox.element.SigncryptElement.class - [JAR]

Advertisement