Package org.jivesoftware.smack.util
Class RandomUtil
java.lang.Object
org.jivesoftware.smack.util.RandomUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidfillWithSecureRandom(byte[] bytes) static intstatic intnextSecureRandomInt(int bound)
-
Constructor Details
-
RandomUtil
public RandomUtil()
-
-
Method Details
-
nextSecureRandomInt
public static int nextSecureRandomInt(int bound) -
nextSecureRandomInt
public static int nextSecureRandomInt() -
fillWithSecureRandom
public static void fillWithSecureRandom(byte[] bytes)
-