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 |
---|---|
void |
OpenPgpManager.backupSecretKeyToServer(DisplayBackupCodeCallback displayCodeCallback,
SecretKeyBackupSelectionCallback selectKeyCallback)
Upload the encrypted secret key to a private PEP node.
|
Modifier and Type | Method and Description |
---|---|
static SecretkeyElement |
SecretKeyBackupHelper.createSecretkeyElement(OpenPgpProvider provider,
org.jxmpp.jid.BareJid owner,
Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints,
String backupCode)
Create a
SecretkeyElement which contains the secret keys listed in fingerprints and is encrypted
symmetrically using the backupCode . |