Interface PasswordEnrollmentHandler
- All Superinterfaces:
CancelableHandler
The object handling the password 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 orpassword(char[])
were previously invoked
-
password
void password(char[] password) Specify the password to be enrolled. When this method is invoked, the SDK will validate the password and, if valid, will enroll it.- Parameters:
password
- the password- Throws:
IllegalStateException
- if eithercancel()
or this method were previously invoked
-