checkPassword
checkPassword(String password) function
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 function returns false. |
Result
boolean
Error
| Error | Condition |
|---|---|
| NotSupportedException | if format is not supported to check passwords. |