Uses of Class
org.jivesoftware.smackx.ox.element.CryptElement
-
Packages that use CryptElement Package Description 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 CryptElement in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto with parameters of type CryptElement Modifier and Type Method Description OpenPgpElementAndMetadata
OpenPgpProvider. encrypt(CryptElement element, OpenPgpSelf self, java.util.Collection<OpenPgpContact> recipients)
Encrypt aCryptElement
for allrecipients
and ourselves.OpenPgpElementAndMetadata
PainlessOpenPgpProvider. encrypt(CryptElement element, OpenPgpSelf self, java.util.Collection<OpenPgpContact> recipients)
-
Uses of CryptElement in org.jivesoftware.smackx.ox.listener
Methods in org.jivesoftware.smackx.ox.listener with parameters of type CryptElement Modifier and Type Method Description void
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
Methods in org.jivesoftware.smackx.ox.provider that return CryptElement Modifier and Type Method Description CryptElement
CryptElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-