|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.livotov.tpt.util.RandomPasswordGenerator
public class RandomPasswordGenerator
Random, FIPS-112 password generator.
Nested Class Summary | |
---|---|
private static class |
RandomPasswordGenerator.GpwData
|
private static class |
RandomPasswordGenerator.GpwDataInit1
|
private static class |
RandomPasswordGenerator.GpwDataInit2
|
Field Summary | |
---|---|
protected static java.lang.String |
alphabet
|
protected static RandomPasswordGenerator.GpwData |
data
|
Constructor Summary | |
---|---|
RandomPasswordGenerator()
|
Method Summary | |
---|---|
static java.lang.String |
generate(int length)
Generates a new password with the specified character length |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected static RandomPasswordGenerator.GpwData data
protected static final java.lang.String alphabet
Constructor Detail |
---|
public RandomPasswordGenerator()
Method Detail |
---|
public static java.lang.String generate(int length)
length
- characters length for the new password
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |