Class EncryptedOpenPgpContentElement
java.lang.Object
org.jivesoftware.smackx.ox.element.OpenPgpContentElement
org.jivesoftware.smackx.ox.element.EncryptedOpenPgpContentElement
- All Implemented Interfaces:
Element
,ExtensionElement
,NamedElement
,XmlElement
,XmlLangElement
- Direct Known Subclasses:
CryptElement
,SigncryptElement
Abstract class that bundles functionality of encrypted OpenPGP content elements (
CryptElement
,
SigncryptElement
) together.-
Field Summary
Fields inherited from class org.jivesoftware.smackx.ox.element.OpenPgpContentElement
ATTR_JID, ATTR_STAMP, ELEM_PAYLOAD, ELEM_TIME, ELEM_TO
-
Constructor Summary
ModifierConstructorDescriptionprotected
EncryptedOpenPgpContentElement
(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) protected
EncryptedOpenPgpContentElement
(Set<? extends Jid> to, List<ExtensionElement> payload) -
Method Summary
Methods inherited from class org.jivesoftware.smackx.ox.element.OpenPgpContentElement
ensureTimestampStringSet, getExtension, getExtension, getExtensions, getExtensions, getNamespace, getTimestamp, getTo, toInputStream
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.NamedElement
getElementName
Methods inherited from interface org.jivesoftware.smack.packet.XmlElement
getLanguage, getQName
-
Field Details
-
ELEM_RPAD
- See Also:
-
-
Constructor Details
-
EncryptedOpenPgpContentElement
protected EncryptedOpenPgpContentElement(Set<? extends Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload) -
EncryptedOpenPgpContentElement
-
-
Method Details
-
addCommonXml
- Overrides:
addCommonXml
in classOpenPgpContentElement
-