Uses of Class
org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Utility classes for XEP-0373: OpenPGP for XMPP.
-
Uses of MissingOpenPgpKeyException in org.jivesoftware.smackx.ox
Modifier and TypeMethodDescriptionOpenPgpManager.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. -
Uses of MissingOpenPgpKeyException in org.jivesoftware.smackx.ox.util
Modifier and TypeMethodDescriptionstatic SecretkeyElement
SecretKeyBackupHelper.createSecretkeyElement
(OpenPgpProvider provider, BareJid owner, Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints, OpenPgpSecretKeyBackupPassphrase backupCode) Create aSecretkeyElement
which contains the secret keys listed infingerprints
and is encrypted symmetrically using thebackupCode
.