convert To String

private open fun convertToString(rawPassword: ArrayList<Character>): String

Method used to convert the list of the generated password characters as concatenated string

Return

the password converted as String

Parameters

rawPassword

The raw password characters