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

void enterPin(Pin pin, Callback callback)

Asks the user to enter PIN value and verifies it.

Parameters:
  • pin – the PIN object to verify
  • callback – object to use as a callback.

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.

enterPin

void enterPin(int slot, Callback callback)

Asks the user to enter PIN value and verifies it.

Parameters:
  • slot – the slot number of the PIN to verify.
  • callback – object to use as a callback.