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,
                int len) | 
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic static String generateRandomId(String prng, int len) throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionpublic static String generateRandomId(SecureRandom sr, int len)
Copyright © 2020. All rights reserved.