- algorithm
- the algorithm name.
- provider
- the security provider name.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified security provider cannot provide the requested algorithm. Java.Security.NoSuchProviderException if no provider with the specified name can be found. Java.Lang.NullPointerException if algorithm is null. Java.Lang.IllegalArgumentException if provider == null || provider.isEmpty()
Returns a new certification path validator for the specified algorithm from the specified provider.