API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.cert. CertPathBuilderSpi View Source
Author(s)
Sean Mullan
Since
1.4
Version
1.6 11/17/05
Serial
Hierarchy
 Object
      CertPathBuilderSpi
Implements
Subclasses
Description
publicabstract abstract class CertPathBuilderSpi
  The Service Provider Interface (SPI) for the CertPathBuilder class.
See also:   
Constructors
public CertPathBuilderSpi ()
The default constructor.
Methods
Hide/Show inherited methods
publicabstract CertPathBuilderResult engineBuild (CertPathParameters params) throws CertPathBuilderException InvalidAlgorithmParameterException
  Attempts to build a certification path using the specified algorithm parameter set.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar