- algorithm
- the name of the requested trust management algorithm name.
- provider
- the name of 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 provide the requested algorithm. Java.Security.NoSuchProviderException if the specified provider does not exist. Java.Lang.NullPointerException if algorithm is null (instead of NoSuchAlgorithmException as in 1.4 release)
Creates a new TrustManagerFactory instance for the specified trust management algorithm from the specified provider.