checkPassword
checkPassword(String password) method
Checks whether a password is correct for a presentation protected with open password.
Parameters
Name | Type | Description |
---|---|---|
password | String | The password to check. When the password is null or empty, this method returns false. |
Returns
boolean
Exception
Exception | Condition |
---|---|
NotSupportedException | if format is not supported to check passwords. |