Uses of Class
org.jivesoftware.smackx.ox.element.OpenPgpElement
-
Packages that use OpenPgpElement Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.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.element XML elements for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.provider Providers for XEP-0373: OpenPGP for XMPP. -
-
Uses of OpenPgpElement in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox with parameters of type OpenPgpElement Modifier and Type Method Description OpenPgpMessage
OpenPgpManager. decryptOpenPgpElement(OpenPgpElement element, OpenPgpContact sender)
Decrypt and or verify anOpenPgpElement
and return the decryptedOpenPgpMessage
. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox_im
Methods in org.jivesoftware.smackx.ox_im with parameters of type OpenPgpElement Modifier and Type Method Description OpenPgpMessage
OXInstantMessagingManager. decryptAndVerify(OpenPgpElement element, OpenPgpContact sender)
Manually decrypt and verify anOpenPgpElement
. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto that return OpenPgpElement Modifier and Type Method Description OpenPgpElement
OpenPgpElementAndMetadata. getElement()
Return theOpenPgpElement
.Methods in org.jivesoftware.smackx.ox.crypto with parameters of type OpenPgpElement Modifier and Type Method Description OpenPgpMessage
OpenPgpProvider. decryptAndOrVerify(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender)
Decrypt and/or verify signatures on an incomingOpenPgpElement
.OpenPgpMessage
PainlessOpenPgpProvider. decryptAndOrVerify(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender)
Constructors in org.jivesoftware.smackx.ox.crypto with parameters of type OpenPgpElement Constructor Description OpenPgpElementAndMetadata(OpenPgpElement element, org.pgpainless.decryption_verification.OpenPgpMetadata metadata)
Constructor. -
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.element
Methods in org.jivesoftware.smackx.ox.element that return OpenPgpElement Modifier and Type Method Description static OpenPgpElement
OpenPgpElement. fromStanza(Stanza stanza)
-
Uses of OpenPgpElement in org.jivesoftware.smackx.ox.provider
Methods in org.jivesoftware.smackx.ox.provider that return OpenPgpElement Modifier and Type Method Description OpenPgpElement
OpenPgpElementProvider. parse(XmlPullParser parser, int initialDepth, XmlEnvironment xmlEnvironment)
-