public class Bundle
extends tigase.jaxmpp.core.client.xml.ElementWrapper
| Constructor and Description |
|---|
Bundle(tigase.jaxmpp.core.client.BareJID jid,
Integer deviceId,
tigase.jaxmpp.core.client.xml.Element element) |
| Modifier and Type | Method and Description |
|---|---|
org.whispersystems.libsignal.SignalProtocolAddress |
getAddress() |
Integer |
getDeviceId() |
tigase.jaxmpp.core.client.BareJID |
getJid() |
org.whispersystems.libsignal.state.PreKeyBundle |
getPreKeyBundle() |
List<org.whispersystems.libsignal.state.PreKeyBundle> |
getPreKeys() |
String |
toString() |
addChild, equals, findChild, getAsString, getAttribute, getAttributes, getChildAfter, getChildElementValue, getChildElementValue, getChildren, getChildren, getChildrenNS, getChildrenNS, getFirstChild, getFirstChild, getName, getNextSibling, getParent, getValue, getWrappedElement, getXMLNS, hashCode, removeAttribute, removeChild, setAttribute, setAttributes, setChildElementValue, setChildElementValue, setParent, setValue, setXMLNSpublic Bundle(tigase.jaxmpp.core.client.BareJID jid,
Integer deviceId,
tigase.jaxmpp.core.client.xml.Element element)
throws tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.exceptions.JaxmppExceptionpublic Integer getDeviceId()
public tigase.jaxmpp.core.client.BareJID getJid()
public org.whispersystems.libsignal.SignalProtocolAddress getAddress()
public String toString()
toString in class tigase.jaxmpp.core.client.xml.ElementWrapperpublic org.whispersystems.libsignal.state.PreKeyBundle getPreKeyBundle()
throws tigase.jaxmpp.core.client.xml.XMLException,
org.whispersystems.libsignal.InvalidKeyException
tigase.jaxmpp.core.client.xml.XMLExceptionorg.whispersystems.libsignal.InvalidKeyExceptionpublic List<org.whispersystems.libsignal.state.PreKeyBundle> getPreKeys() throws tigase.jaxmpp.core.client.xml.XMLException, org.whispersystems.libsignal.InvalidKeyException
tigase.jaxmpp.core.client.xml.XMLExceptionorg.whispersystems.libsignal.InvalidKeyExceptionCopyright © 2006–2022 Tigase. All rights reserved.