Uses of Class
org.jivesoftware.smackx.ox.exception.MissingUserIdOnKeyException
Packages that use MissingUserIdOnKeyException
Package
Description
Smack API for XEP-0373: OpenPGP for XMPP.
Abstract OpenPGP store implementations.
OpenPgp store class definitions.
- 
Uses of MissingUserIdOnKeyException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw MissingUserIdOnKeyExceptionModifier and TypeMethodDescriptionorg.pgpainless.key.OpenPgpV4FingerprintOpenPgpManager.restoreSecretKeyServerBackup(AskForBackupCodeCallback codeCallback) Fetch a secret key backup from the server and try to restore a selected secret key from it. - 
Uses of MissingUserIdOnKeyException in org.jivesoftware.smackx.ox.store.abstr
Methods in org.jivesoftware.smackx.ox.store.abstr that throw MissingUserIdOnKeyExceptionModifier and TypeMethodDescriptionvoidAbstractOpenPgpKeyStore.importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys) voidAbstractOpenPgpStore.importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys) voidAbstractOpenPgpKeyStore.importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys) voidAbstractOpenPgpStore.importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)  - 
Uses of MissingUserIdOnKeyException in org.jivesoftware.smackx.ox.store.definition
Methods in org.jivesoftware.smackx.ox.store.definition that throw MissingUserIdOnKeyExceptionModifier and TypeMethodDescriptionvoidOpenPgpKeyStore.importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys) Import aPGPPublicKeyRingofowner.voidOpenPgpKeyStore.importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys) Import aPGPSecretKeyRingofowner.