Uses of Class
org.jivesoftware.smackx.omemo.element.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
Modifier and TypeClassDescriptionclass
OMEMO device bundle as described by the protocol. -
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.signal
Modifier and TypeMethodDescriptionorg.whispersystems.libsignal.state.PreKeyBundle
SignalOmemoKeyUtil.bundleFromOmemoBundle
(OmemoBundleElement bundle, OmemoDevice contact, int preKeyId) -
Uses of OmemoBundleElement in org.jivesoftware.smackx.omemo.util
Modifier and TypeMethodDescriptionabstract T_Bundle
OmemoKeyUtil.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.int
OmemoKeyUtil.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.