Package | Description |
---|---|
org.jivesoftware.smackx.ox.store.abstr |
Abstract OpenPGP store implementations.
|
org.jivesoftware.smackx.ox.store.definition |
OpenPgp store class definitions.
|
Modifier and Type | Field and Description |
---|---|
protected SecretKeyPassphraseCallback |
AbstractOpenPgpStore.secretKeyPassphraseCallback |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOpenPgpStore.setSecretKeyPassphraseCallback(SecretKeyPassphraseCallback callback) |
Modifier and Type | Method and Description |
---|---|
void |
OpenPgpStore.setSecretKeyPassphraseCallback(SecretKeyPassphraseCallback callback)
Set a
SecretKeyPassphraseCallback which is called in case we stumble over a secret key for which we have
no passphrase. |