Uses of Interface
org.jivesoftware.smackx.ox.callback.SecretKeyPassphraseCallback
Packages that use SecretKeyPassphraseCallback
Package
Description
Abstract OpenPGP store implementations.
OpenPgp store class definitions.
-
Uses of SecretKeyPassphraseCallback in org.jivesoftware.smackx.ox.store.abstr
Fields in org.jivesoftware.smackx.ox.store.abstr declared as SecretKeyPassphraseCallbackModifier and TypeFieldDescriptionprotected SecretKeyPassphraseCallback
AbstractOpenPgpStore.secretKeyPassphraseCallback
Methods in org.jivesoftware.smackx.ox.store.abstr with parameters of type SecretKeyPassphraseCallbackModifier and TypeMethodDescriptionvoid
AbstractOpenPgpStore.setSecretKeyPassphraseCallback
(SecretKeyPassphraseCallback callback) -
Uses of SecretKeyPassphraseCallback in org.jivesoftware.smackx.ox.store.definition
Methods in org.jivesoftware.smackx.ox.store.definition with parameters of type SecretKeyPassphraseCallbackModifier and TypeMethodDescriptionvoid
OpenPgpStore.setSecretKeyPassphraseCallback
(SecretKeyPassphraseCallback callback) Set aSecretKeyPassphraseCallback
which is called in case we stumble over a secret key for which we have no passphrase.