|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.yestech.lib.crypto.PasswordGenerator
public class PasswordGenerator
| Constructor Summary | |
|---|---|
PasswordGenerator()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
createPassword()
Creates and return a randomly generated password to ICryptoConstants.MIN_LENGTH
length. |
static java.lang.String |
createPassword(int len)
Creates and return a randomly generated password to a supplied length. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PasswordGenerator()
| Method Detail |
|---|
public static java.lang.String createPassword()
ICryptoConstants.MIN_LENGTH
length.
public static java.lang.String createPassword(int len)
len - Length of the password
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||