- algorithm
- the name of the algorithm to use.
- provider
- the name of the provider.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified algorithm is not available. Java.Security.NoSuchProviderException if the specified provider is not available. Java.Lang.NullPointerException if algorithm is null. Java.Lang.IllegalArgumentException if provider == null || provider.isEmpty()
Returns a new instance of SecureRandom that utilizes the specified algorithm from the specified provider.