Uses of Class
org.jivesoftware.smackx.ox.element.PublicKeysListElement
-
Packages that use PublicKeysListElement Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.element XML elements for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.provider Providers for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP. -
-
Uses of PublicKeysListElement in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox with parameters of type PublicKeysListElement Modifier and Type Method Description voidOpenPgpContact. updateKeys(XMPPConnection connection, PublicKeysListElement metadata)Update the contacts keys using a prefetchedPublicKeysListElement. -
Uses of PublicKeysListElement in org.jivesoftware.smackx.ox.element
Methods in org.jivesoftware.smackx.ox.element that return PublicKeysListElement Modifier and Type Method Description PublicKeysListElementPublicKeysListElement.Builder. build() -
Uses of PublicKeysListElement in org.jivesoftware.smackx.ox.provider
Methods in org.jivesoftware.smackx.ox.provider that return PublicKeysListElement Modifier and Type Method Description PublicKeysListElementPublicKeysListElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of PublicKeysListElement in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that return PublicKeysListElement Modifier and Type Method Description static PublicKeysListElementOpenPgpPubSubUtil. fetchPubkeysList(XMPPConnection connection)Consult the public key metadata node and fetch a list of all of our published OpenPGP public keys.static PublicKeysListElementOpenPgpPubSubUtil. fetchPubkeysList(XMPPConnection connection, BareJid contact)Consult the public key metadata node ofcontactto fetch the list of their published OpenPGP public keys.
-