Uses of Class
org.jivesoftware.smackx.ox.OpenPgpSelf
Packages that use OpenPgpSelf
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
- 
Uses of OpenPgpSelf in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpSelf - 
Uses of OpenPgpSelf in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto with parameters of type OpenPgpSelfModifier 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) OpenPgpProvider.encrypt(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Encrypt aCryptElementfor allrecipientsand ourselves.PainlessOpenPgpProvider.encrypt(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) OpenPgpProvider.sign(SignElement element, OpenPgpSelf self) Sign aSignElementusing our signing key.PainlessOpenPgpProvider.sign(SignElement element, OpenPgpSelf self) OpenPgpProvider.signAndEncrypt(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Sign aSigncryptElementusing our signing key and encrypt it for allrecipientsand ourselves.PainlessOpenPgpProvider.signAndEncrypt(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients)