Uses of Class
java.security.cert.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.cert
Modifier and TypeMethodDescriptionstatic CertPathValidator
CertPathValidator.getInstance
(String algorithm) Returns aCertPathValidator
object that implements the specified algorithm.static CertPathValidator
CertPathValidator.getInstance
(String algorithm, String provider) Returns aCertPathValidator
object that implements the specified algorithm.static CertPathValidator
CertPathValidator.getInstance
(String algorithm, Provider provider) Returns aCertPathValidator
object that implements the specified algorithm.