Uses of Class
org.jivesoftware.smackx.omemo.element.OmemoBundleElement
Packages that use OmemoBundleElement
Package
Description
Classes that represent OMEMO related stanzas.
Concrete implementation of OMEMO for smack using the signal-protocol-java library.
Helper classes and other stuff.
- 
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.element
Subclasses of OmemoBundleElement in org.jivesoftware.smackx.omemo.elementModifier and TypeClassDescriptionclassOMEMO device bundle as described by the protocol. - 
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.signal
Methods in org.jivesoftware.smackx.omemo.signal with parameters of type OmemoBundleElementModifier and TypeMethodDescriptionorg.whispersystems.libsignal.state.PreKeyBundleSignalOmemoKeyUtil.bundleFromOmemoBundle(OmemoBundleElement bundle, OmemoDevice contact, int preKeyId)  - 
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.util
Methods in org.jivesoftware.smackx.omemo.util with parameters of type OmemoBundleElementModifier and TypeMethodDescriptionabstract T_BundleOmemoKeyUtil.bundleFromOmemoBundle(OmemoBundleElement bundle, OmemoDevice contact, int keyId) Build a crypto-lib specific PreKeyBundle (T_Bundle) using a PreKey from the OmemoBundleElement 'bundle'.OmemoKeyUtil.Bundle.bundles(OmemoBundleElement bundle, OmemoDevice contact) Break up the OmemoBundleElement into a list of crypto-lib specific bundles (T_PreKey).OmemoKeyUtil.Bundle.identityKey(OmemoBundleElement bundle) Extract an IdentityKey from a OmemoBundleElement.OmemoKeyUtil.Bundle.preKeyPublic(OmemoBundleElement bundle, int keyId) Extract the preKey with id 'keyId' from the bundle.intOmemoKeyUtil.Bundle.signedPreKeyId(OmemoBundleElement bundle) Extract the id of the transported signedPreKey from the bundle.OmemoKeyUtil.Bundle.signedPreKeyPublic(OmemoBundleElement bundle) Extract a signedPreKey from an OmemoBundleElement.byte[]OmemoKeyUtil.Bundle.signedPreKeySignature(OmemoBundleElement bundle) Extract the signature of the signedPreKey in the bundle as a byte array.