Uses of Class
org.jivesoftware.smackx.ox.exception.MissingUserIdOnKeyException
-
Packages that use MissingUserIdOnKeyException Package Description org.jivesoftware.smackx.ox Smack API for XEP-0373: OpenPGP for XMPP.org.jivesoftware.smackx.ox.store.abstr Abstract OpenPGP store implementations.org.jivesoftware.smackx.ox.store.definition OpenPgp store class definitions. -
-
Uses of MissingUserIdOnKeyException in org.jivesoftware.smackx.ox
Methods in org.jivesoftware.smackx.ox that throw MissingUserIdOnKeyException Modifier and Type Method Description org.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 MissingUserIdOnKeyException Modifier and Type Method Description voidAbstractOpenPgpKeyStore. 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 MissingUserIdOnKeyException Modifier and Type Method Description voidOpenPgpKeyStore. importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)Import aPGPPublicKeyRingofowner.voidOpenPgpKeyStore. importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)Import aPGPSecretKeyRingofowner.
-