getEncodedPassword(char[]) method

Returns the password hash encoding with the algorithm tags included.

Syntax

String getEncodedPassword ( char[] password ) throws PasswordException

Parameters

Returns

the encoded password

Exceptions

Usage

Uses the default algorithm to compute the password hash.

the encoded password