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 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 OmemoBundleElement
equals, getElementName, getIdentityKey, getPreKey, getPreKeys, getSignedPreKey, getSignedPreKeyId, getSignedPreKeySignature, hashCode, toString, toXMLMethods inherited from interface 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:XmlElementReturns the root element XML namespace.- Returns:
- the namespace.
-