Class OmemoBundleElement_VAxolotl
java.lang.Object
org.jivesoftware.smackx.omemo.element.OmemoBundleElement
org.jivesoftware.smackx.omemo.element.OmemoBundleElement_VAxolotl
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,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
ConstructorDescriptionOmemoBundleElement_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, toXML
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Constructor Details
-
OmemoBundleElement_VAxolotl
-
OmemoBundleElement_VAxolotl
public OmemoBundleElement_VAxolotl(int signedPreKeyId, byte[] signedPreKey, byte[] signedPreKeySig, byte[] identityKey, Map<Integer, byte[]> preKeys)
-
-
Method Details
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Returns:
- the namespace.
-