public final class DefaultRandomStringGenerator extends Object implements RandomStringGenerator
| Constructor and Description |
|---|
DefaultRandomStringGenerator() |
DefaultRandomStringGenerator(int maxRandomLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
int |
getMinLength() |
String |
getNewString() |
byte[] |
getNewStringAsBytes() |
public DefaultRandomStringGenerator()
public DefaultRandomStringGenerator(int maxRandomLength)
public int getMinLength()
getMinLength in interface RandomStringGeneratorpublic int getMaxLength()
getMaxLength in interface RandomStringGeneratorpublic String getNewString()
getNewString in interface RandomStringGeneratorpublic byte[] getNewStringAsBytes()
getNewStringAsBytes in interface RandomStringGeneratorCopyright © 2004-2012 Jasig. All Rights Reserved.