Package | Description |
---|---|
org.jivesoftware.smackx.ox |
Smack API for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.element |
XML elements for XEP-0373: OpenPGP for XMPP.
|
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 |
---|---|
void |
OpenPgpContact.updateKeys(XMPPConnection connection,
PublicKeysListElement metadata)
Update the contacts keys using a prefetched
PublicKeysListElement . |
Modifier and Type | Method and Description |
---|---|
PublicKeysListElement |
PublicKeysListElement.Builder.build() |
Modifier and Type | Method and Description |
---|---|
PublicKeysListElement |
PublicKeysListElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |
Modifier and Type | Method and Description |
---|---|
static PublicKeysListElement |
OpenPgpPubSubUtil.fetchPubkeysList(XMPPConnection connection)
Consult the public key metadata node and fetch a list of all of our published OpenPGP public keys.
|
static PublicKeysListElement |
OpenPgpPubSubUtil.fetchPubkeysList(XMPPConnection connection,
BareJid contact)
Consult the public key metadata node of
contact to fetch the list of their published OpenPGP public keys. |