Uses of Class
org.jivesoftware.smackx.ox.crypto.OpenPgpElementAndMetadata
Package
Description
Smack API for XEP-0374: OpenPGP for XMPP: Instant Messaging.
Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.
-
Uses of OpenPgpElementAndMetadata in org.jivesoftware.smackx.ox_im
Modifier and TypeMethodDescriptionOXInstantMessagingManager.signAndEncrypt
(Set<OpenPgpContact> contacts, List<ExtensionElement> payload) -
Uses of OpenPgpElementAndMetadata in org.jivesoftware.smackx.ox.crypto
Modifier and TypeMethodDescriptionOpenPgpProvider.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)