getRawEncodedPassword(char[], byte[], String) method

Computes the raw base64 encoded password digest, without the algorithm tags.

Syntax

String getRawEncodedPassword ( char[] password , byte[] salt , String algorithm ) throws NoSuchAlgorithmException, IOException

Parameters

Exceptions