Package | Description |
---|---|
org.jivesoftware.smackx.ox |
Smack API for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.crypto |
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
|
org.jivesoftware.smackx.ox.store.abstr |
Abstract OpenPGP store implementations.
|
org.jivesoftware.smackx.ox.store.filebased |
File based store implementations.
|
Modifier and Type | Field and Description |
---|---|
protected OpenPgpStore |
OpenPgpContact.store |
Constructor and Description |
---|
OpenPgpContact(BareJid jid,
OpenPgpStore store)
Create a new OpenPgpContact.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpStore |
OpenPgpProvider.getStore()
Return the
OpenPgpStore instance of this provider. |
OpenPgpStore |
PainlessOpenPgpProvider.getStore() |
Constructor and Description |
---|
PainlessOpenPgpProvider(XMPPConnection connection,
OpenPgpStore store) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractOpenPgpStore |
Modifier and Type | Class and Description |
---|---|
class |
FileBasedOpenPgpStore
Implementation of the
OpenPgpStore which stores all information in a directory structure. |