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 booleanOpenPgpPubSubUtil. deletePubkeysListNode(PepManager pepManager)Delete our metadata node.static booleanOpenPgpPubSubUtil. deletePublicKeyNode(PepManager pepManager, org.pgpainless.key.OpenPgpV4Fingerprint fingerprint)Delete the public key node of the key with fingerprintfingerprint.static booleanOpenPgpPubSubUtil. deleteSecretKeyNode(PepManager pepManager)Delete the private backup node.static SecretkeyElementOpenPgpPubSubUtil. fetchSecretKey(PepManager pepManager)Fetch the latestSecretkeyElementfrom the private backup node.static voidOpenPgpPubSubUtil. 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 PepManagerPepManager. getInstanceFor(XMPPConnection connection)
-