- algorithm
- the name of the requested key algorithm.
- provider
- the provider that is providing the algorithm
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified algorithm is not provided by the specified provider. Java.Lang.IllegalArgumentException if the specified provider is null. Java.Lang.NullPointerException if the specified algorithm name is null.
Creates a new KeyGenerator instance that provides the specified key algorithm from the specified provider. The provider supplied does not have to be registered.