Uses of Class
org.jivesoftware.smackx.pep.PepManager
-
Packages that use PepManager Package Description org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.pep Smacks implementation XEP-0163: Personal Eventing Protocol. -
-
Uses of PepManager in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util with parameters of type PepManager Modifier and Type Method Description static 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
Methods in org.jivesoftware.smackx.pep that return PepManager Modifier and Type Method Description static PepManager
PepManager. getInstanceFor(XMPPConnection connection)
-