Interface PinEnrollmentHandler
- All Superinterfaces:
CancelableHandler
The object handling the PIN to be enrolled.
-
Method Summary
-
Method Details
-
cancel
void cancel()This method must be invoked if the operation must be canceled.- Specified by:
cancel
in interfaceCancelableHandler
- Throws:
IllegalStateException
- if either this method orpin(char[])
were previously invoked
-
pin
void pin(char[] pin) Specify the PIN to be enrolled. When this method is invoked, the SDK will validate the PIN and, if valid, will enroll it.- Parameters:
pin
- the PIN- Throws:
IllegalStateException
- if eithercancel()
or this method were previously invoked
-