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.
|
Modifier and Type | Method and 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 fingerprint
fingerprint . |
static boolean |
OpenPgpPubSubUtil.deleteSecretKeyNode(PepManager pepManager)
Delete the private backup node.
|
static SecretkeyElement |
OpenPgpPubSubUtil.fetchSecretKey(PepManager pepManager)
Fetch the latest
SecretkeyElement 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.
|
Modifier and Type | Method and Description |
---|---|
static PepManager |
PepManager.getInstanceFor(XMPPConnection connection) |