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 OpenPgpSecretKeyBackupPassphraseOpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback)Upload the encrypted secret key to a private PEP node.voidOpenPgpManager. 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 SecretkeyElementSecretKeyBackupHelper. createSecretkeyElement(OpenPgpProvider provider, BareJid owner, java.util.Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints, OpenPgpSecretKeyBackupPassphrase backupCode)Create aSecretkeyElementwhich contains the secret keys listed infingerprintsand is encrypted symmetrically using thebackupCode.
-