EnterPin¶
- public interface EnterPin¶
Interface to implement for the user to enter PIN value.
Methods¶
dismissEnterPin¶
- void dismissEnterPin()¶
Stops asking the user to enter PIN value.
enterPin¶
enterPin¶
- void enterPin(Certificate cert, Callback callback)¶
Asks the user to enter PIN value and verifies it.
- Parameters:
cert – the registered certificate uses for an SSL authentication.
callback – object to use as a callback.