public class RadiusRandom extends Object
| Constructor and Description |
|---|
RadiusRandom() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
getBytes(int length)
Generates an array of random bytes.
|
static String |
getRandomPassword(int length) |
static String |
getRandomPassword(int length,
String allowedCharacters) |
static String |
getRandomString(int length) |
public static byte[] getBytes(int length)
length - number of random bytes to generatepublic static String getRandomPassword(int length)
public static String getRandomString(int length)
Copyright © 2017. All rights reserved.