Name

CertPathValidatorSpi

Synopsis

This abstract class defines the Service Provider Interface for the CertPathValidator class. Security providers must implement this interface, but applications never need to use it.

public abstract class CertPathValidatorSpi {
// Public Constructors
     public CertPathValidatorSpi( );  
// Public Instance Methods
     public abstract CertPathValidatorResult engineValidate(CertPath certPath, 
        CertPathParameters params) 
        throws CertPathValidatorException, 
        java.security.InvalidAlgorithmParameterException;  
}

Passed To

CertPathValidator.CertPathValidator( )

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.