CertPathBuilder
Class CertPathBuilder
- java.lang.Object
-
- java.security.cert.CertPathBuilder
public class CertPathBuilder extends Object
A class for building certification paths (also known as certificate chains).
This class uses a provider-based architecture. To create a CertPathBuilder
, call one of the static getInstance
methods, passing in the algorithm name of the CertPathBuilder
desired and optionally the name of the provider desired.
Once a CertPathBuilder
object has been created, certification paths can be constructed by calling the build
method and passing it an algorithm-specific set of p