Package com.logicaldoc.util.security
Class PasswordGenerator
- java.lang.Object
-
- com.logicaldoc.util.security.PasswordGenerator
-
public class PasswordGenerator extends Object
-
-
Constructor Summary
Constructors Constructor Description PasswordGenerator()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static String
generate(int length)
static void
main(String[] args)
static String
shuffleString(String string)
-