Uses of Interface
org.jivesoftware.smackx.ox.callback.SecretKeyPassphraseCallback
-
Packages that use SecretKeyPassphraseCallback Package Description org.jivesoftware.smackx.ox.store.abstr Abstract OpenPGP store implementations.org.jivesoftware.smackx.ox.store.definition OpenPgp store class definitions. -
-
Uses of SecretKeyPassphraseCallback in org.jivesoftware.smackx.ox.store.abstr
Fields in org.jivesoftware.smackx.ox.store.abstr declared as SecretKeyPassphraseCallback Modifier and Type Field Description protected SecretKeyPassphraseCallback
AbstractOpenPgpStore. secretKeyPassphraseCallback
Methods in org.jivesoftware.smackx.ox.store.abstr with parameters of type SecretKeyPassphraseCallback Modifier and Type Method Description void
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 SecretKeyPassphraseCallback Modifier and Type Method Description void
OpenPgpStore. setSecretKeyPassphraseCallback(SecretKeyPassphraseCallback callback)
Set aSecretKeyPassphraseCallback
which is called in case we stumble over a secret key for which we have no passphrase.
-