Uses of Class
org.jivesoftware.smackx.ox.OpenPgpMessage
-
Packages that use OpenPgpMessage 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. -
-
Uses of OpenPgpMessage in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpMessage Modifier and Type Method Description OpenPgpMessageOpenPgpManager. decryptOpenPgpElement(OpenPgpElement element, OpenPgpContact sender)Decrypt and or verify anOpenPgpElementand return the decryptedOpenPgpMessage. -
Uses of OpenPgpMessage in org.jivesoftware.smackx.ox_im
Methods in org.jivesoftware.smackx.ox_im that return OpenPgpMessage Modifier and Type Method Description OpenPgpMessageOXInstantMessagingManager. decryptAndVerify(OpenPgpElement element, OpenPgpContact sender)Manually decrypt and verify anOpenPgpElement. -
Uses of OpenPgpMessage in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto that return OpenPgpMessage Modifier and Type Method Description OpenPgpMessageOpenPgpProvider. decryptAndOrVerify(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender)Decrypt and/or verify signatures on an incomingOpenPgpElement.OpenPgpMessagePainlessOpenPgpProvider. decryptAndOrVerify(XMPPConnection connection, OpenPgpElement element, OpenPgpSelf self, OpenPgpContact sender)
-