Uses of Class
org.jivesoftware.smackx.ox.element.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
Modifier and TypeMethodDescriptionPubkeyElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment) -
Uses of PubkeyElement in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic PubkeyElement
OpenPgpPubSubUtil.fetchPubkey
(XMPPConnection connection, BareJid contact, org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint) Fetch the OpenPGP public key of acontact
, identified by its OpenPGPv4_fingerprint
.Modifier and TypeMethodDescriptionstatic void
OpenPgpPubSubUtil.publishPublicKey
(PepManager pepManager, PubkeyElement pubkeyElement, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Publish the users OpenPGP public key to the public key node if necessary.