+ ", db: " + digest_db_pass);
return digest.equals(digest_db_pass);
} catch (NoSuchAlgorithmException e) {
throw new AuthorizationException("No such algorithm.", e);
} catch (SQLException e) {
throw new TigaseDBException("Problem accessing repository.", e);
} // end of catch
}