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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
static org.bouncycastle.openpgp.PGPSecretKeyRing |
SecretKeyBackupHelper.restoreSecretKeyBackup(SecretkeyElement backup,
String backupCode)
Decrypt a secret key backup and return the
PGPSecretKeyRing contained in it. |