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