public abstract class EncryptedOpenPgpContentElement extends OpenPgpContentElement
CryptElement
,
SigncryptElement
) together.Modifier and Type | Field and Description |
---|---|
static String |
ELEM_RPAD |
ATTR_JID, ATTR_STAMP, ELEM_PAYLOAD, ELEM_TIME, ELEM_TO
Modifier | Constructor and Description |
---|---|
protected |
EncryptedOpenPgpContentElement(Set<Jid> to,
List<ExtensionElement> payload) |
protected |
EncryptedOpenPgpContentElement(Set<Jid> to,
String rpad,
Date timestamp,
List<ExtensionElement> payload) |
Modifier and Type | Method and Description |
---|---|
protected void |
addCommonXml(XmlStringBuilder xml) |
ensureTimestampStringSet, getExtension, getExtension, getExtensions, getExtensions, getNamespace, getTimestamp, getTo, toInputStream
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getElementName
public static final String ELEM_RPAD
protected EncryptedOpenPgpContentElement(Set<Jid> to, String rpad, Date timestamp, List<ExtensionElement> payload)
protected EncryptedOpenPgpContentElement(Set<Jid> to, List<ExtensionElement> payload)
protected void addCommonXml(XmlStringBuilder xml)
addCommonXml
in class OpenPgpContentElement