- algorithm
- the name of the algorithm.
- provider
- the security provider.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the provider does not provide the requested algorithm. Java.Lang.IllegalArgumentException if provider == null
Returns a new instance of KeyFactory that utilizes the specified algorithm from the specified provider. The provider supplied does not have to be registered.