Class SigncryptElement
java.lang.Object
org.jivesoftware.smackx.ox.element.OpenPgpContentElement
org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement
org.jivesoftware.smackx.ox.element.SigncryptElement
- All Implemented Interfaces:
org.jivesoftware.smack.packet.Element,org.jivesoftware.smack.packet.ExtensionElement,org.jivesoftware.smack.packet.NamedElement,org.jivesoftware.smack.packet.XmlElement,org.jivesoftware.smack.packet.XmlLangElement
This class represents an OpenPGP content element which is encrypted and signed.
- See Also:
-
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
ConstructorsConstructorDescriptionSigncryptElement(Set<? extends org.jxmpp.jid.Jid> to, String rpad, Date timestamp, List<org.jivesoftware.smack.packet.ExtensionElement> payload) SigncryptElement(Set<? extends org.jxmpp.jid.Jid> to, List<org.jivesoftware.smack.packet.ExtensionElement> payload) -
Method Summary
Modifier and TypeMethodDescriptionorg.jivesoftware.smack.util.XmlStringBuildertoXML(org.jivesoftware.smack.packet.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.Element
toXML, toXMLMethods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEMENT
- See Also:
-
-
Constructor Details
-
SigncryptElement
-
SigncryptElement
-
-
Method Details
-
getElementName
-
toXML
public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)
-