CertPathValidatorSpi
Class CertPathValidatorSpi
- java.lang.Object
-
- java.security.cert.CertPathValidatorSpi
public abstract class CertPathValidatorSpi extends Object
The Service Provider Interface (SPI) for the CertPathValidator
class. All CertPathValidator
implementations must include a class (the SPI class) that extends this class (CertPathValidatorSpi
) and implements all of its methods. In general, instances of this class should only be accessed through the CertPathValidator
class. For details, see the Java Cryptography Architecture.
Concurrent Access
Instances of this class need not be protected against concurrent access from multi