Uses of Class
org.jivesoftware.smackx.ox.element.CryptElement
Packages that use CryptElement
Package
Description
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 CryptElement in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto with parameters of type CryptElementModifier and TypeMethodDescriptionOpenPgpProvider.encrypt(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Encrypt aCryptElementfor allrecipientsand ourselves.PainlessOpenPgpProvider.encrypt(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients)  - 
Uses of CryptElement in org.jivesoftware.smackx.ox.listener
Methods in org.jivesoftware.smackx.ox.listener with parameters of type CryptElementModifier and TypeMethodDescriptionvoidCryptElementReceivedListener.cryptElementReceived(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ACryptElementhas been received and successfully decrypted. - 
Uses of CryptElement in org.jivesoftware.smackx.ox.provider
Methods in org.jivesoftware.smackx.ox.provider that return CryptElementModifier and TypeMethodDescriptionCryptElementProvider.parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)