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.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 MissingUserIdOnKeyExceptionModifier and TypeMethodDescriptionvoid
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 MissingUserIdOnKeyExceptionModifier and TypeMethodDescriptionvoid
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
.