Uses of Class
org.jivesoftware.smackx.ox.OpenPgpSecretKeyBackupPassphrase
-
Packages that use OpenPgpSecretKeyBackupPassphrase Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.callback.backup Callback classes Secret key backups.org.jivesoftware.smackx.ox.util Utility classes for XEP-0373: OpenPGP for XMPP. -
-
Uses of OpenPgpSecretKeyBackupPassphrase in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that return OpenPgpSecretKeyBackupPassphrase Modifier and Type Method Description OpenPgpSecretKeyBackupPassphraseOpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback)Upload the encrypted secret key to a private PEP node.Methods in org.jivesoftware.smackx.ox with parameters of type OpenPgpSecretKeyBackupPassphrase Modifier and Type Method Description voidOpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase)Upload the encrypted secret key to a private PEP node. -
Uses of OpenPgpSecretKeyBackupPassphrase in org.jivesoftware.smackx.ox.callback.backup
Methods in org.jivesoftware.smackx.ox.callback.backup that return OpenPgpSecretKeyBackupPassphrase Modifier and Type Method Description OpenPgpSecretKeyBackupPassphraseAskForBackupCodeCallback. askForBackupCode()This callback is used to ask the user to provide a backup code. -
Uses of OpenPgpSecretKeyBackupPassphrase in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that return OpenPgpSecretKeyBackupPassphrase Modifier and Type Method Description static OpenPgpSecretKeyBackupPassphraseSecretKeyBackupHelper. generateBackupPassword()Generate a secure backup code.Methods in org.jivesoftware.smackx.ox.util with parameters of type OpenPgpSecretKeyBackupPassphrase Modifier and Type Method Description static SecretkeyElementSecretKeyBackupHelper. createSecretkeyElement(byte[] keys, OpenPgpSecretKeyBackupPassphrase backupCode)Create aSecretkeyElementwhich contains the secret keys which are serialized inkeysand is symmetrically encrypted using thebackupCode.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.static org.bouncycastle.openpgp.PGPSecretKeyRingSecretKeyBackupHelper. restoreSecretKeyBackup(SecretkeyElement backup, OpenPgpSecretKeyBackupPassphrase backupCode)Decrypt a secret key backup and return thePGPSecretKeyRingcontained in it.
-