Uses of Class
org.jivesoftware.smackx.ox.element.SigncryptElement
Package
Description
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
Internal OpenPgpContentElement listeners for XEP-0373: OpenPGP for XMPP.
Providers for XEP-0373: OpenPGP for XMPP.
-
Uses of SigncryptElement in org.jivesoftware.smackx.ox_im
Modifier and TypeMethodDescriptionvoid
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. -
Uses of SigncryptElement in org.jivesoftware.smackx.ox.crypto
Modifier and TypeMethodDescriptionOpenPgpProvider.signAndEncrypt
(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Sign aSigncryptElement
using our signing key and encrypt it for allrecipients
and ourselves.PainlessOpenPgpProvider.signAndEncrypt
(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) -
Uses of SigncryptElement in org.jivesoftware.smackx.ox.listener
Modifier and TypeMethodDescriptionvoid
SigncryptElementReceivedListener.signcryptElementReceived
(OpenPgpContact contact, Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASigncryptElement
has been received and successfully decrypted and verified. -
Uses of SigncryptElement in org.jivesoftware.smackx.ox.provider
Modifier and TypeMethodDescriptionSigncryptElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)