- algorithm
- the name of the requested exemption mechanism.
- provider
- the name of 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.Security.NoSuchProviderException if the specified provider is not available. Java.Lang.NullPointerException if the algorithm parameter is null. Java.Lang.IllegalArgumentException if the provider parameter is null.
Returns a new ExemptionMechansm instance that provides the specified exemption mechanism algorithm from the specified provider.