Uses of Class
org.jivesoftware.smackx.ox.element.PubkeyElement
-
Packages that use PubkeyElement Package Description 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 PubkeyElement in org.jivesoftware.smackx.ox.provider
Methods in org.jivesoftware.smackx.ox.provider that return PubkeyElement Modifier and Type Method Description PubkeyElement
PubkeyElementProvider. 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 PubkeyElement Modifier and Type Method Description static 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
.Methods in org.jivesoftware.smackx.ox.util with parameters of type PubkeyElement Modifier and Type Method Description static 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.
-