Uses of Class
org.jivesoftware.smackx.ox.exception.InvalidBackupCodeException
-
Packages that use InvalidBackupCodeException 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 InvalidBackupCodeException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw InvalidBackupCodeException Modifier and Type Method Description org.pgpainless.key.OpenPgpV4Fingerprint
OpenPgpManager. restoreSecretKeyServerBackup(AskForBackupCodeCallback codeCallback)
Fetch a secret key backup from the server and try to restore a selected secret key from it. -
Uses of InvalidBackupCodeException in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that throw InvalidBackupCodeException Modifier and Type Method Description static org.bouncycastle.openpgp.PGPSecretKeyRing
SecretKeyBackupHelper. restoreSecretKeyBackup(SecretkeyElement backup, OpenPgpSecretKeyBackupPassphrase backupCode)
Decrypt a secret key backup and return thePGPSecretKeyRing
contained in it.
-