Package | Description |
---|---|
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.
|
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 |
---|---|
void |
OxMessageListener.newIncomingOxMessage(OpenPgpContact contact,
Message originalMessage,
SigncryptElement decryptedPayload,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
This method gets invoked, whenever an OX-IM encrypted message gets received.
|
Modifier and Type | Method and Description |
---|---|
OpenPgpElementAndMetadata |
OpenPgpProvider.signAndEncrypt(SigncryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients)
Sign a
SigncryptElement using our signing key and encrypt it for all recipients and ourselves. |
OpenPgpElementAndMetadata |
PainlessOpenPgpProvider.signAndEncrypt(SigncryptElement element,
OpenPgpSelf self,
Collection<OpenPgpContact> recipients) |
Modifier and Type | Method and Description |
---|---|
void |
SigncryptElementReceivedListener.signcryptElementReceived(OpenPgpContact contact,
Message originalMessage,
SigncryptElement signcryptElement,
org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
A
SigncryptElement has been received and successfully decrypted and verified. |
Modifier and Type | Method and Description |
---|---|
SigncryptElement |
SigncryptElementProvider.parse(org.xmlpull.v1.XmlPullParser parser,
int initialDepth) |