Uses of Class
java.security.cert.CertPathValidatorSpi
Package
Description
Provides classes and interfaces for parsing and managing
certificates, certificate revocation lists (CRLs), and
certification paths.
-
Uses of CertPathValidatorSpi in java.security.cert
ModifierConstructorDescriptionprotected
CertPathValidator
(CertPathValidatorSpi validatorSpi, Provider provider, String algorithm) Creates aCertPathValidator
object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.