Uses of Class
org.jivesoftware.smackx.ox.element.OpenPgpElement
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
XML elements for XEP-0373: OpenPGP for XMPP.
Providers for XEP-0373: OpenPGP for XMPP.
-
Uses of OpenPgpElement in org.jivesoftware.smackx.ox
Modifier and TypeMethodDescriptionOpenPgpManager.decryptOpenPgpElement
(OpenPgpElement element, OpenPgpContact sender) Decrypt and or verify anOpenPgpElement
and return the decryptedOpenPgpMessage
. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox_im
Modifier and TypeMethodDescriptionOXInstantMessagingManager.decryptAndVerify
(OpenPgpElement element, OpenPgpContact sender) Manually decrypt and verify anOpenPgpElement
. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.crypto
Modifier and TypeMethodDescriptionOpenPgpElementAndMetadata.getElement()
Return theOpenPgpElement
.Modifier and TypeMethodDescriptionOpenPgpProvider.decryptAndOrVerify
(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender) Decrypt and/or verify signatures on an incomingOpenPgpElement
.PainlessOpenPgpProvider.decryptAndOrVerify
(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender) ModifierConstructorDescriptionOpenPgpElementAndMetadata
(OpenPgpElement element, org.pgpainless.encryption_signing.EncryptionResult metadata) Constructor. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.element
-
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.provider
Modifier and TypeMethodDescriptionOpenPgpElementProvider.parse
(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)