Package | Description |
---|---|
org.jivesoftware.smackx.ox.provider |
Providers for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.util |
Utility classes for XEP-0373: OpenPGP for XMPP.
|
Modifier and Type | Method and Description |
---|---|
PubkeyElement |
PubkeyElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
static PubkeyElement |
OpenPgpPubSubUtil.fetchPubkey(XMPPConnection connection,
BareJid contact,
org.pgpainless.key.OpenPgpV4Fingerprint v4_fingerprint)
Fetch the OpenPGP public key of a
contact , identified by its OpenPGP v4_fingerprint . |
Modifier and Type | Method and Description |
---|---|
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.
|