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 voidOxMessageListener. 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 OpenPgpElementAndMetadataOpenPgpProvider. signAndEncrypt(SigncryptElement element, OpenPgpSelf self, java.util.Collection<OpenPgpContact> recipients)Sign aSigncryptElementusing our signing key and encrypt it for allrecipientsand ourselves.OpenPgpElementAndMetadataPainlessOpenPgpProvider. 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 voidSigncryptElementReceivedListener. 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 SigncryptElement Modifier and Type Method Description SigncryptElementSigncryptElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-