Uses of Class
org.jivesoftware.smackx.pep.PepManager
Package
Description
Utility classes for XEP-0373: OpenPGP for XMPP.
Smacks implementation XEP-0163: Personal Eventing Protocol.
-
Uses of PepManager in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic boolean
OpenPgpPubSubUtil.deletePubkeysListNode
(PepManager pepManager) Delete our metadata node.static boolean
OpenPgpPubSubUtil.deletePublicKeyNode
(PepManager pepManager, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint) Delete the public key node of the key with fingerprintfingerprint
.static boolean
OpenPgpPubSubUtil.deleteSecretKeyNode
(PepManager pepManager) Delete the private backup node.static SecretkeyElement
OpenPgpPubSubUtil.fetchSecretKey
(PepManager pepManager) Fetch the latestSecretkeyElement
from the private backup node.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. -
Uses of PepManager in org.jivesoftware.smackx.pep
Modifier and TypeMethodDescriptionstatic PepManager
PepManager.getInstanceFor
(XMPPConnection connection)