Uses of Interface
org.jivesoftware.smackx.ox.callback.backup.SecretKeyBackupSelectionCallback
-
Packages that use SecretKeyBackupSelectionCallback Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP. -
-
Uses of SecretKeyBackupSelectionCallback in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox with parameters of type SecretKeyBackupSelectionCallback Modifier and Type Method Description OpenPgpSecretKeyBackupPassphrase
OpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback)
Upload the encrypted secret key to a private PEP node.void
OpenPgpManager. backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase)
Upload the encrypted secret key to a private PEP node.
-