checkPassword(char[], String) method

Checks if the password matches the encoded password hash.

Syntax

boolean checkPassword ( char[] password , String encodedPassword ) throws PasswordException

Parameters

Returns

true if they match, false otherwise

Exceptions