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

public class OmemoBundleElement_VAxolotl extends OmemoBundleElement
OMEMO device bundle as described by the protocol.
See Also:
  • Constructor Details

    • OmemoBundleElement_VAxolotl

      public OmemoBundleElement_VAxolotl(int signedPreKeyId, String signedPreKeyB64, String signedPreKeySigB64, String identityKeyB64, Map<Integer,String> preKeysB64)
    • OmemoBundleElement_VAxolotl

      public OmemoBundleElement_VAxolotl(int signedPreKeyId, byte[] signedPreKey, byte[] signedPreKeySig, byte[] identityKey, Map<Integer,byte[]> preKeys)
  • Method Details

    • getNamespace

      public String getNamespace()