Uses of Class
org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException
Packages that use 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
Methods in org.jivesoftware.smackx.ox that throw MissingOpenPgpKeyExceptionModifier and TypeMethodDescriptionOpenPgpManager.backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback) Upload the encrypted secret key to a private PEP node.voidOpenPgpManager.backupSecretKeyToServer(SecretKeyBackupSelectionCallback selectKeyCallback, OpenPgpSecretKeyBackupPassphrase passphrase) Upload the encrypted secret key to a private PEP node. - 
Uses of MissingOpenPgpKeyException in org.jivesoftware.smackx.ox.util
Methods in org.jivesoftware.smackx.ox.util that throw MissingOpenPgpKeyExceptionModifier and TypeMethodDescriptionstatic SecretkeyElementSecretKeyBackupHelper.createSecretkeyElement(OpenPgpProvider provider, BareJid owner, Set<org.pgpainless.key.OpenPgpV4Fingerprint> fingerprints, OpenPgpSecretKeyBackupPassphrase backupCode) Create aSecretkeyElementwhich contains the secret keys listed infingerprintsand is encrypted symmetrically using thebackupCode.