Uses of Class
org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException
-
Packages that use MissingOpenPgpKeyException Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP. -
-
Uses of MissingOpenPgpKeyException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw MissingOpenPgpKeyException Modifier and Type Method Description OpenPgpSecretKeyBackupPassphrase
OpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback)
Upload the encrypted secret key to a private PEP node.void
OpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase)
Upload the encrypted secret key to a private PEP node. -
Uses of MissingOpenPgpKeyException in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that throw MissingOpenPgpKeyException 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
.
-