Uses of Class
org.jivesoftware.smackx.ox.element.PubkeyElement
Packages that use PubkeyElement
Package
Description
Providers for XEP-0373: OpenPGP for XMPP.
Utility classes for XEP-0373: OpenPGP for XMPP.
- 
Uses of PubkeyElement in org.jivesoftware.smackx.ox.provider
Methods in org.jivesoftware.smackx.ox.provider that return PubkeyElementModifier and TypeMethodDescriptionPubkeyElementProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)  - 
Uses of PubkeyElement in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that return PubkeyElementModifier and TypeMethodDescriptionstatic PubkeyElementOpenPgpPubSubUtil.fetchPubkey(XMPPConnection connection, BareJid contact, org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint) Fetch the OpenPGP public key of acontact, identified by its OpenPGPv4_fingerprint.Methods in org.jivesoftware.smackx.ox.util with parameters of type PubkeyElementModifier and TypeMethodDescriptionstatic voidOpenPgpPubSubUtil.publishPublicKey(PepManager pepManager, PubkeyElement pubkeyElement, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Publish the users OpenPGP public key to the public key node if necessary.