Uses of Class
java.security.cert.CertPathValidator
Packages that use CertPathValidator
Package
Description
Provides classes and interfaces for parsing and managing
 certificates, certificate revocation lists (CRLs), and
 certification paths.
- 
Uses of CertPathValidator in java.security.certMethods in java.security.cert that return CertPathValidatorModifier and TypeMethodDescriptionstatic CertPathValidatorCertPathValidator.getInstance(String algorithm) Returns aCertPathValidatorobject that implements the specified algorithm.static CertPathValidatorCertPathValidator.getInstance(String algorithm, String provider) Returns aCertPathValidatorobject that implements the specified algorithm.static CertPathValidatorCertPathValidator.getInstance(String algorithm, Provider provider) Returns aCertPathValidatorobject that implements the specified algorithm.