public final class RandomGenerator extends Object
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
static String |
generateRandomId(SecureRandom sr,
int len) |
static String |
generateRandomId(String prng,
String provider,
int len) |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static String generateRandomId(String prng, String provider, int len) throws NoSuchAlgorithmException, NoSuchProviderException
public static String generateRandomId(SecureRandom sr, int len)
Copyright © 2013 OWASP. All Rights Reserved.