- algorithm
- the name of the algorithm.
- provider
- the name of the provider.
Documentation for this section has not yet been entered.
Type Reason Java.Security.NoSuchAlgorithmException if the specified provider cannot provide the 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()
Creates a new CertPathBuilder instance from the specified provider providing the specified algorithm.