Uses of Class
java.security.cert.CertPathValidatorSpi
Packages that use 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
Constructors in java.security.cert with parameters of type CertPathValidatorSpiModifierConstructorDescriptionprotected
CertPathValidator
(CertPathValidatorSpi validatorSpi, Provider provider, String algorithm) Creates aCertPathValidator
object of the given algorithm, and encapsulates the given provider implementation (SPI object) in it.