Class SignElement
java.lang.Object
org.jivesoftware.smackx.ox.element.OpenPgpContentElement
org.jivesoftware.smackx.ox.element.SignElement
- All Implemented Interfaces:
Element, ExtensionElement, NamedElement, XmlElement, XmlLangElement
This class represents an OpenPGP content element which is not encrypted but signed.
- See Also:
-
Field Summary
FieldsFields inherited from class OpenPgpContentElement
ATTR_JID, ATTR_STAMP, ELEM_PAYLOAD, ELEM_TIME, ELEM_TO -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.toXML(XmlEnvironment enclosingNamespace) Methods inherited from class OpenPgpContentElement
addCommonXml, ensureTimestampStringSet, getExtension, getExtension, getExtensions, getExtensions, getNamespace, getTimestamp, getTo, toInputStreamMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
-
-
Constructor Details
-
SignElement
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toXML
-