com.uwyn.rife.tools
Class PasswordGenerator
java.lang.Object
com.uwyn.rife.tools.PasswordGenerator
public abstract class PasswordGenerator
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIGITS_ONLY
public static final int DIGITS_ONLY
- See Also:
- Constant Field Values
LETTERS_ONLY
public static final int LETTERS_ONLY
- See Also:
- Constant Field Values
MIXED
public static final int MIXED
- See Also:
- Constant Field Values
PasswordGenerator
public PasswordGenerator()
get
public static String get(int length)
get
public static String get(int length,
int type)
get
public static String get(Random random,
int length,
int type)
Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.