Uses of Class
org.jivesoftware.smackx.ox.exception.InvalidBackupCodeException
Packages that use InvalidBackupCodeException
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Utility classes for XEP-0373: OpenPGP for XMPP.
- 
Uses of InvalidBackupCodeException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw InvalidBackupCodeExceptionModifier and TypeMethodDescriptionorg.pgpainless.key.OpenPgpV4FingerprintOpenPgpManager.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 InvalidBackupCodeExceptionModifier and TypeMethodDescriptionstatic org.bouncycastle.openpgp.PGPSecretKeyRingSecretKeyBackupHelper.restoreSecretKeyBackup(SecretkeyElement backup, OpenPgpSecretKeyBackupPassphrase backupCode) Decrypt a secret key backup and return thePGPSecretKeyRingcontained in it.