Uses of Class
org.jivesoftware.smackx.pep.PepManager
Packages that use 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
Methods in org.jivesoftware.smackx.ox.util with parameters of type PepManagerModifier and TypeMethodDescriptionstatic 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 PepManagerModifier and TypeMethodDescriptionstatic PepManagerPepManager.getInstanceFor(XMPPConnection connection)