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:
cancelin interfaceCancelableHandler- Throws:
IllegalStateException- if either this method orpassword(char[])were previously invoked
-
password
void password(@NonNull 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
-