Uses of Class
org.jivesoftware.smackx.omemo.element.OmemoBundleElement
-
Packages that use OmemoBundleElement Package Description org.jivesoftware.smackx.omemo.element Classes that represent OMEMO related stanzas.org.jivesoftware.smackx.omemo.signal Concrete implementation of OMEMO for smack using the signal-protocol-java library.org.jivesoftware.smackx.omemo.util Helper classes and other stuff. -
-
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.element
Subclasses of OmemoBundleElement in org.jivesoftware.smackx.omemo.element Modifier and Type Class Description classOmemoBundleElement_VAxolotlOMEMO 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 OmemoBundleElement Modifier and Type Method Description org.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 OmemoBundleElement Modifier and Type Method Description abstract T_BundleOmemoKeyUtil. bundleFromOmemoBundle(OmemoBundleElement bundle, OmemoDevice contact, int keyId)Build a crypto-lib specific PreKeyBundle (T_Bundle) using a PreKey from the OmemoBundleElement 'bundle'.java.util.HashMap<java.lang.Integer,T_Bundle>OmemoKeyUtil.Bundle. bundles(OmemoBundleElement bundle, OmemoDevice contact)Break up the OmemoBundleElement into a list of crypto-lib specific bundles (T_PreKey).T_IdKeyOmemoKeyUtil.Bundle. identityKey(OmemoBundleElement bundle)Extract an IdentityKey from a OmemoBundleElement.T_ECPubOmemoKeyUtil.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.T_ECPubOmemoKeyUtil.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.
-