Uses of Class
org.jivesoftware.smackx.ox.element.SigncryptElement
-
Packages that use SigncryptElement 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. -
-
Uses of SigncryptElement in org.jivesoftware.smackx.ox_im
Methods in org.jivesoftware.smackx.ox_im with parameters of type SigncryptElement Modifier and Type Method 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. -
Uses of SigncryptElement in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto with parameters of type SigncryptElement Modifier and Type Method Description OpenPgpElementAndMetadata
OpenPgpProvider. signAndEncrypt(SigncryptElement element, OpenPgpSelf self, java.util.Collection<OpenPgpContact> recipients)
Sign aSigncryptElement
using our signing key and encrypt it for allrecipients
and ourselves.OpenPgpElementAndMetadata
PainlessOpenPgpProvider. signAndEncrypt(SigncryptElement element, OpenPgpSelf self, java.util.Collection<OpenPgpContact> recipients)
-
Uses of SigncryptElement in org.jivesoftware.smackx.ox.listener
Methods in org.jivesoftware.smackx.ox.listener with parameters of type SigncryptElement Modifier and Type Method Description void
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
Methods in org.jivesoftware.smackx.ox.provider that return SigncryptElement Modifier and Type Method Description SigncryptElement
SigncryptElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-