public abstract class OmemoBundleElement extends Object implements ExtensionElement
Modifier and Type | Field and Description |
---|---|
static String |
BUNDLE |
static String |
IDENTITY_KEY |
static String |
PRE_KEY_ID |
static String |
PRE_KEY_PUB |
static String |
PRE_KEYS |
static String |
SIGNED_PRE_KEY_ID |
static String |
SIGNED_PRE_KEY_PUB |
static String |
SIGNED_PRE_KEY_SIG |
Constructor and Description |
---|
OmemoBundleElement() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object other) |
int |
hashCode() |
abstract XmlStringBuilder |
toXML(String enclosingNamespace)
Returns the XML representation of this Element.
|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getNamespace
getElementName
public static final String BUNDLE
public static final String SIGNED_PRE_KEY_PUB
public static final String SIGNED_PRE_KEY_ID
public static final String SIGNED_PRE_KEY_SIG
public static final String IDENTITY_KEY
public static final String PRE_KEYS
public static final String PRE_KEY_PUB
public static final String PRE_KEY_ID
public OmemoBundleElement()
public abstract XmlStringBuilder toXML(String enclosingNamespace)
Element