Uses of Interface
org.jivesoftware.smackx.stanza_content_encryption.element.AffixElement
-
Packages that use AffixElement Package Description org.jivesoftware.smackx.stanza_content_encryption.element Smack's API for XEP-0420: Stanza Content Encryption: Element classes. -
-
Uses of AffixElement in org.jivesoftware.smackx.stanza_content_encryption.element
Subinterfaces of AffixElement in org.jivesoftware.smackx.stanza_content_encryption.element Modifier and Type Interface Description interface
AffixExtensionElement
Affix element that is identified by element name and namespace.Classes in org.jivesoftware.smackx.stanza_content_encryption.element that implement AffixElement Modifier and Type Class Description class
FromAffixElement
class
JidAffixElement
class
RandomPaddingAffixElement
class
TimestampAffixElement
class
ToAffixElement
Methods in org.jivesoftware.smackx.stanza_content_encryption.element that return types with arguments of type AffixElement Modifier and Type Method Description java.util.List<AffixElement>
ContentElement. getAffixElements()
Return a list of affix elements.Methods in org.jivesoftware.smackx.stanza_content_encryption.element with parameters of type AffixElement Modifier and Type Method Description ContentElement.Builder
ContentElement.Builder. addFurtherAffixElement(AffixElement customAffixElement)
Add an additional, SCE profile specific affix element.
-