Class OmemoBundleElement_VAxolotl
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoBundleElement
org.jivesoftware.smackx.omemo.element.OmemoBundleElement_VAxolotl
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
OMEMO device bundle as described by the protocol.
- See Also:
-
Field Summary
Fields inherited from class org.jivesoftware.smackx.omemo.element.OmemoBundleElement
BUNDLE, IDENTITY_KEY, PRE_KEY_ID, PRE_KEY_PUB, PRE_KEYS, SIGNED_PRE_KEY_ID, SIGNED_PRE_KEY_PUB, SIGNED_PRE_KEY_SIG -
Constructor Summary
ConstructorsConstructorDescriptionOmemoBundleElement_VAxolotl(int signedPreKeyId, byte[] signedPreKey, byte[] signedPreKeySig, byte[] identityKey, Map<Integer, byte[]> preKeys) OmemoBundleElement_VAxolotl(int signedPreKeyId, String signedPreKeyB64, String signedPreKeySigB64, String identityKeyB64, Map<Integer, String> preKeysB64) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.omemo.element.OmemoBundleElement
equals, getElementName, getIdentityKey, getPreKey, getPreKeys, getSignedPreKey, getSignedPreKeyId, getSignedPreKeySignature, hashCode, toString, toXMLMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
OmemoBundleElement_VAxolotl
-
OmemoBundleElement_VAxolotl
-
-
Method Details
-
getNamespace
-