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