public class PasswordGenerator extends InitializeObject
mutex| Constructor and Description |
|---|
PasswordGenerator() |
| Modifier and Type | Method and Description |
|---|---|
char[] |
generatePassword(int length) |
char[] |
generatePassword(int minLength,
int maxLength) |
protected void |
init() |
PasswordGenerator |
setDigits(int digits) |
PasswordGenerator |
setLowerCases(int lowerCases) |
PasswordGenerator |
setSymbols(int symbols) |
PasswordGenerator |
setUpperCases(int upperCases) |
assertNotInitialized, destroy, initializeprotected void init()
throws Exception
init in class InitializeObjectExceptionpublic char[] generatePassword(int length)
public char[] generatePassword(int minLength,
int maxLength)
public PasswordGenerator setUpperCases(int upperCases)
public PasswordGenerator setLowerCases(int lowerCases)
public PasswordGenerator setDigits(int digits)
public PasswordGenerator setSymbols(int symbols)
Copyright © 2017. All rights reserved.