Class SignElement

java.lang.Object
org.jivesoftware.smackx.ox.element.OpenPgpContentElement
org.jivesoftware.smackx.ox.element.SignElement
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

public class SignElement extends OpenPgpContentElement
This class represents an OpenPGP content element which is not encrypted but signed.
See Also:
  • Field Details

  • Constructor Details

    • SignElement

      public SignElement(Set<org.jxmpp.jid.Jid> to, Date timestamp, List<org.jivesoftware.smack.packet.ExtensionElement> payload)
  • Method Details

    • getElementName

      public String getElementName()
    • toXML

      public org.jivesoftware.smack.util.XmlStringBuilder toXML(org.jivesoftware.smack.packet.XmlEnvironment enclosingNamespace)