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