Uses of Interface
org.jivesoftware.smackx.ox.crypto.OpenPgpProvider
-
Packages that use OpenPgpProvider Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.crypto Crypto Providers for XEP-0373: OpenPGP for XMPP using Bouncycastle.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP. -
-
Uses of OpenPgpProvider in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpProvider Modifier and Type Method Description OpenPgpProvider
OpenPgpManager. getOpenPgpProvider()
Methods in org.jivesoftware.smackx.ox with parameters of type OpenPgpProvider Modifier and Type Method Description void
OpenPgpManager. setOpenPgpProvider(OpenPgpProvider provider)
Set theOpenPgpProvider
which will be used to process incoming OpenPGP elements, as well as to execute cryptographic operations. -
Uses of OpenPgpProvider in org.jivesoftware.smackx.ox.crypto
Classes in org.jivesoftware.smackx.ox.crypto that implement OpenPgpProvider Modifier and Type Class Description class
PainlessOpenPgpProvider
-
Uses of OpenPgpProvider in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util with parameters of type OpenPgpProvider Modifier and Type Method Description static SecretkeyElement
SecretKeyBackupHelper. createSecretkeyElement(OpenPgpProvider provider, BareJid owner, java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints, OpenPgpSecretKeyBackupPassphrase backupCode)
Create aSecretkeyElement
which contains the secret keys listed infingerprints
and is encrypted symmetrically using thebackupCode
.
-