Uses of Class
java.security.cert.CertPathValidator
| Package | Description |
|---|---|
| java.security.cert |
This package provides all the classes and all the interfaces needed to generate, administer and verify
X.509 certificates.
|
-
Uses of CertPathValidator in java.security.cert
Methods in java.security.cert that return CertPathValidator Modifier and Type Method Description static CertPathValidatorCertPathValidator. getInstance(String algorithm)Returns a new certification path validator for the specified algorithm.static CertPathValidatorCertPathValidator. getInstance(String algorithm, String provider)Returns a new certification path validator for the specified algorithm from the specified provider.static CertPathValidatorCertPathValidator. getInstance(String algorithm, Provider provider)Returns a new certification path validator for the specified algorithm from the specified provider.