Uses of Class
org.jivesoftware.smackx.ox.element.SigncryptElement
Packages that use 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
Methods in org.jivesoftware.smackx.ox_im with parameters of type SigncryptElementModifier and TypeMethodDescriptionvoidOxMessageListener.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 SigncryptElementModifier and TypeMethodDescriptionOpenPgpProvider.signAndEncrypt(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Sign aSigncryptElementusing our signing key and encrypt it for allrecipientsand ourselves.PainlessOpenPgpProvider.signAndEncrypt(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) -
Uses of SigncryptElement in org.jivesoftware.smackx.ox.listener
Methods in org.jivesoftware.smackx.ox.listener with parameters of type SigncryptElementModifier and TypeMethodDescriptionvoidSigncryptElementReceivedListener.signcryptElementReceived(OpenPgpContact contact, Message originalMessage, SigncryptElement signcryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ASigncryptElementhas 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 SigncryptElementModifier and TypeMethodDescriptionSigncryptElementProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)