Class CryptElement
java.lang.Object
org.jivesoftware.smackx.ox.element.OpenPgpContentElement
org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement
org.jivesoftware.smackx.ox.element.CryptElement
- All Implemented Interfaces:
Element,ExtensionElement,NamedElement,XmlElement,XmlLangElement
This class describes an OpenPGP content element which is encrypted, but not signed.
-
Field Summary
FieldsFields inherited from class org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement
ELEM_RPADFields inherited from class org.jivesoftware.smackx.ox.element.OpenPgpContentElement
ATTR_JID, ATTR_STAMP, ELEM_PAYLOAD, ELEM_TIME, ELEM_TO -
Constructor Summary
ConstructorsConstructorDescriptionCryptElement(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) CryptElement(Set<? extends Jid> to, List<ExtensionElement> payload) -
Method Summary
Modifier and TypeMethodDescriptionReturns the root element name.toXML(XmlEnvironment enclosingNamespace) Methods inherited from class org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement
addCommonXmlMethods inherited from class org.jivesoftware.smackx.ox.element.OpenPgpContentElement
ensureTimestampStringSet, getExtension, getExtension, getExtensions, getExtensions, getNamespace, getTimestamp, getTo, toInputStreamMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
CryptElement
public CryptElement(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) -
CryptElement
-
-
Method Details
-
getElementName
Description copied from interface:NamedElementReturns the root element name.- Returns:
- the element name.
-
toXML
-