Class PubkeyElement.PubkeyDataElement
java.lang.Object
org.jivesoftware.smackx.ox.element.PubkeyElement.PubkeyDataElement
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Enclosing class:
- PubkeyElement
Element that contains the base64 encoded public key.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionBase64 encoded public key.Returns the root element name.Returns the root element XML namespace.byte[]
toXML
(XmlEnvironment enclosingNamespace) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
PubkeyDataElement
-
-
Method Details
-
getB64Data
Base64 encoded public key.- Returns:
- the base64 encoded version of the public key.
-
getPubKeyBytes
-
getElementName
Description copied from interface:NamedElement
Returns the root element name.- Specified by:
getElementName
in interfaceNamedElement
- Returns:
- the element name.
-
getNamespace
Description copied from interface:XmlElement
Returns the root element XML namespace.- Specified by:
getNamespace
in interfaceXmlElement
- Returns:
- the namespace.
-
toXML
-