Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.security.cert
Class CertPathValidatorSpi  view CertPathValidatorSpi download CertPathValidatorSpi.java

java.lang.Object
  extended byjava.security.cert.CertPathValidatorSpi

public abstract class CertPathValidatorSpi
extends java.lang.Object

The service provider interface (SPI) for the CertPathValidator class. Providers implementing certificate path validators must subclass this class and implement its abstract methods.


Constructor Summary
CertPathValidatorSpi()
          Default constructor.
 
Method Summary
abstract  CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params)
          Attempt to validate a certificate path.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPathValidatorSpi

public CertPathValidatorSpi()
Default constructor.

Method Detail

engineValidate

public abstract CertPathValidatorResult engineValidate(CertPath certPath,
                                                       CertPathParameters params)
                                                throws CertPathValidatorException,
                                                       java.security.InvalidAlgorithmParameterException
Attempt to validate a certificate path.