Uses of Class
org.jivesoftware.smackx.ox.exception.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
Modifier and TypeMethodDescriptionorg.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
Modifier and TypeMethodDescriptionstatic org.bouncycastle.openpgp.PGPSecretKeyRing
SecretKeyBackupHelper.restoreSecretKeyBackup
(SecretkeyElement backup, OpenPgpSecretKeyBackupPassphrase backupCode) Decrypt a secret key backup and return thePGPSecretKeyRing
contained in it.