public static interface SEManager.OperationPedInputListener
The application has to implement the appropriate listener
| Method Summary | |
|---|---|
void |
handleResult(int result,
int keyLen,
Bundle bundle)
To begin a PIN input session, call getPinBlock or getPinBlockEx. Your registered
PedInputListener will be called when a successful
PIN input occurs or if the configured timeout expires, etc.. |
| Methods inherited from interface android.device.SEManager.PedInputListener |
|---|
onChanged |
void handleResult(int result,
int keyLen,
Bundle bundle)
getPinBlock or getPinBlockEx. Your registered
PedInputListener will be called when a successful
PIN input occurs or if the configured timeout expires, etc..
result - Value:
keyLen - PIN length has been entered.
bundle - Output data, get the Pin Block data:
byte[] pinBlock = bundle.getByteArray("pinBlock");
byte[] ksn = bundle.getByteArray("ksn");