Package | Description |
---|---|
org.jivesoftware.smackx.ox |
Smack API for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox_im |
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
|
org.jivesoftware.smackx.ox.crypto |
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OpenPgpManager.decryptOpenPgpElement(OpenPgpElement element,
OpenPgpContact sender)
Decrypt and or verify an
OpenPgpElement and return the decrypted OpenPgpMessage . |
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OXInstantMessagingManager.decryptAndVerify(OpenPgpElement element,
OpenPgpContact sender)
Manually decrypt and verify an
OpenPgpElement . |
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender)
Decrypt and/or verify signatures on an incoming
OpenPgpElement . |
OpenPgpMessage |
PainlessOpenPgpProvider.decryptAndOrVerify(OpenPgpElement element,
OpenPgpSelf self,
OpenPgpContact sender) |