Uses of Class
org.jivesoftware.smackx.ox.crypto.OpenPgpElementAndMetadata
Packages that use 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
Methods in org.jivesoftware.smackx.ox_im that return OpenPgpElementAndMetadataModifier and TypeMethodDescriptionOXInstantMessagingManager.signAndEncrypt(Set<OpenPgpContact> contacts, List<ExtensionElement> payload)  - 
Uses of OpenPgpElementAndMetadata in org.jivesoftware.smackx.ox.crypto
Methods in org.jivesoftware.smackx.ox.crypto that return OpenPgpElementAndMetadataModifier and TypeMethodDescriptionOpenPgpProvider.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)