checkPassword

checkPassword(String password) method

Checks whether a password is correct for a presentation protected with open password.

Parameters

NameTypeDescription
passwordStringThe password to check. When the password is null or empty, this method returns false.

Returns

boolean

Exception

ExceptionCondition
NotSupportedExceptionif format is not supported to check passwords.