Uses of Class
org.jivesoftware.smackx.ox.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
-
Uses of OpenPgpSelf in org.jivesoftware.smackx.ox.crypto
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) OpenPgpProvider.encrypt
(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Encrypt aCryptElement
for allrecipients
and ourselves.PainlessOpenPgpProvider.encrypt
(CryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) OpenPgpProvider.sign
(SignElement element, OpenPgpSelf self) Sign aSignElement
using our signing key.PainlessOpenPgpProvider.sign
(SignElement element, OpenPgpSelf self) OpenPgpProvider.signAndEncrypt
(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients) Sign aSigncryptElement
using our signing key and encrypt it for allrecipients
and ourselves.PainlessOpenPgpProvider.signAndEncrypt
(SigncryptElement element, OpenPgpSelf self, Collection<OpenPgpContact> recipients)