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 SecretKeyPassphraseCallbackAbstractOpenPgpStore.secretKeyPassphraseCallbackMethods in org.jivesoftware.smackx.ox.store.abstr with parameters of type SecretKeyPassphraseCallbackModifier and TypeMethodDescriptionvoidAbstractOpenPgpStore.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 TypeMethodDescriptionvoidOpenPgpStore.setSecretKeyPassphraseCallback(SecretKeyPassphraseCallback callback) Set aSecretKeyPassphraseCallbackwhich is called in case we stumble over a secret key for which we have no passphrase.