Package | Description |
---|---|
org.jivesoftware.smackx.ox.crypto |
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
|
org.jivesoftware.smackx.ox.listener |
Internal OpenPgpContentElement listeners for XEP-0373: OpenPGP for XMPP.
|
org.jivesoftware.smackx.ox.provider |
Providers for XEP-0373: OpenPGP for XMPP.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpElementAndMetadata |
OpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients)
Encrypt a
CryptElement for all recipients and ourselves. |
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.encrypt(CryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients) |
Modifier and Type | Method and Description |
---|---|
void |
CryptElementReceivedListener.cryptElementReceived(OpenPgpContact contact,
Message originalMessage,
CryptElement cryptElement,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
A
CryptElement has been received and successfully decrypted. |
Modifier and Type | Method and Description |
---|---|
CryptElement |
CryptElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |