| Package | Description |
|---|---|
| de.alpharogroup.random |
| Modifier and Type | Method and Description |
|---|---|
SecureRandomBuilder |
SecureRandomBuilder.algorithm(String algorithm)
Sets the algorithm.
|
static SecureRandomBuilder |
SecureRandomBuilder.getInstance()
Gets an instance of
SecureRandomBuilder with the default algorithm and provider. |
static SecureRandomBuilder |
SecureRandomBuilder.getInstance(String algorithm)
Gets an instance of
SecureRandomBuilder from the given algorithm and provider. |
static SecureRandomBuilder |
SecureRandomBuilder.getInstance(String algorithm,
String provider)
Gets an instance of
SecureRandomBuilder from the given algorithm and provider. |
SecureRandomBuilder |
SecureRandomBuilder.provider(String provider)
Sets the provider.
|
Copyright © 2015–2017 Alpha Ro Group UG (haftungsbeschrÀngt). All rights reserved.