Package org.wildfly.security.util
Class PasswordUtil
- java.lang.Object
-
- org.wildfly.security.util.PasswordUtil
-
public class PasswordUtil extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgenerateSecureRandomString(int stringSize)Generate a random string of given size.
-
-
-
Method Detail
-
generateSecureRandomString
public static String generateSecureRandomString(int stringSize)
Generate a random string of given size.- Parameters:
stringSize- the size of the string- Returns:
- a random string
-
-