Uses of Class
java.security.cert.CertPathBuilder
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CertPathBuilder in java.security.cert
Modifier and TypeMethodDescriptionstatic CertPathBuilder
CertPathBuilder.getInstance
(String algorithm) Returns aCertPathBuilder
object that implements the specified algorithm.static CertPathBuilder
CertPathBuilder.getInstance
(String algorithm, String provider) Returns aCertPathBuilder
object that implements the specified algorithm.static CertPathBuilder
CertPathBuilder.getInstance
(String algorithm, Provider provider) Returns aCertPathBuilder
object that implements the specified algorithm.