- algorithm
- the name of the algorithm to use.
- provider
- name of the provider of the AlgorithmParameterGenerator.
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.IllegalArgumentException if provider == null || provider.isEmpty() Java.Lang.NullPointerException if algorithm is null.
Returns a new instance of AlgorithmParameterGenerator from the specified provider for the specified algorithm.