|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IKeyStoreSearchListener
Listener Interface for KeyStore
key search events.
An example practical usage for this interface can be to search a key in another source
and import it into the invoking KeyStore
allowing it to recover before throwing key not found exception.
KeyStore.addSearchListener(IKeyStoreSearchListener)
Method Summary | |
---|---|
void |
onKeyNotFound(KeyStore keyStore,
boolean isPublic,
long keyId,
java.lang.String keyIdHex,
java.lang.String userId)
Event fired when a matching key (e.g. |
Method Detail |
---|
void onKeyNotFound(KeyStore keyStore, boolean isPublic, long keyId, java.lang.String keyIdHex, java.lang.String userId)
KeyStore
keyStore
- KeyStore
object firing the eventisPublic
- is the missing key a public key (true) or private key (false)keyId
- Raw Key ID of the missing keykeyIdHex
- Hexadecimal Key ID of the missing keyuserId
- User ID of the missing key
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |