Package io.github.astrapi69.random
Class DefaultSecureRandom
- java.lang.Object
-
- io.github.astrapi69.random.DefaultSecureRandom
-
public final class DefaultSecureRandom extends java.lang.Object
The classDefaultSecureRandom
holds aSecureRandom
with the default algorithm and provider
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.security.SecureRandom
get()
Gets the secure random
-