Uses of Class
org.jivesoftware.smackx.ox.element.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
Modifier and TypeMethodDescriptionOpenPgpProvider.encrypt
(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Encrypt aCryptElement
for allrecipients
and ourselves.PainlessOpenPgpProvider.encrypt
(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) -
Uses of CryptElement in org.jivesoftware.smackx.ox.listener
Modifier and TypeMethodDescriptionvoid
CryptElementReceivedListener.cryptElementReceived
(OpenPgpContact contact, Message originalMessage, CryptElement cryptElement, org.pgpainless.decryption_verification.OpenPgpMetadata metadata) ACryptElement
has been received and successfully decrypted. -
Uses of CryptElement in org.jivesoftware.smackx.ox.provider
Modifier and TypeMethodDescriptionCryptElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)