public class SecureRandomFactory extends Object
SecureRandom objects| Constructor and Description |
|---|
SecureRandomFactory() |
| Modifier and Type | Method and Description |
|---|---|
static SecureRandom |
newSecureRandom()
Factory method for create a new
SecureRandom object |
static SecureRandom |
newSecureRandom(String algorithm)
Factory method for create a new
SecureRandom object |
static SecureRandom |
newSecureRandom(String algorithm,
String provider)
Factory method for create a new
SecureRandom object |
public static SecureRandom newSecureRandom()
SecureRandom objectSecureRandom objectpublic static SecureRandom newSecureRandom(String algorithm)
SecureRandom objectalgorithm - the algorithmSecureRandom objectpublic static SecureRandom newSecureRandom(String algorithm, String provider)
SecureRandom objectalgorithm - the algorithmprovider - the providerSecureRandom objectCopyright © 2015–2019 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.