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.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpMessage |
OpenPgpManager.decryptOpenPgpElement(OpenPgpElement element,
OpenPgpContact contact) |
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) |