API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CertPathValidatorSpi View Source
Author(s)
Yassir Elley
Since
1.4
Version
1.6 11/17/05
Serial
Hierarchy
 Object
      CertPathValidatorSpi
Implements
Subclasses
Description
publicabstract abstract class CertPathValidatorSpi
  The Service Provider Interface (SPI) for the CertPathValidator class.
See also:   
Constructors
public CertPathValidatorSpi ()
The default constructor.
Methods
Hide/Show inherited methods
publicabstract CertPathValidatorResult engineValidate (CertPath certPath, CertPathParameters params) throws CertPathValidatorException InvalidAlgorithmParameterException
  Validates the specified certification path using the specified algorithm parameter set.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar