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.OpenPgpV4Fingerprint
OpenPgpManager. 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 void
AbstractOpenPgpKeyStore. importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)
void
AbstractOpenPgpStore. importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)
void
AbstractOpenPgpKeyStore. importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)
void
AbstractOpenPgpStore. 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 void
OpenPgpKeyStore. importPublicKey(BareJid owner, org.bouncycastle.openpgp.PGPPublicKeyRing publicKeys)
Import aPGPPublicKeyRing
ofowner
.void
OpenPgpKeyStore. importSecretKey(BareJid owner, org.bouncycastle.openpgp.PGPSecretKeyRing secretKeys)
Import aPGPSecretKeyRing
ofowner
.
-