java.security.cert
Class CertPathBuilderSpi

java.lang.Object
  extended by java.security.cert.CertPathBuilderSpi

public abstract class CertPathBuilderSpi
extends Object

The CertPathBuilder Service Provider Interface (SPI).

See Also:
CertPathBuilder

Constructor Summary
CertPathBuilderSpi()
          Creates a new CertPathBuilderSpi.
 
Method Summary
abstract  CertPathBuilderResult engineBuild(CertPathParameters params)
          Creates a certificate path from the specified parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CertPathBuilderSpi

public CertPathBuilderSpi()
Creates a new CertPathBuilderSpi.

Method Detail

engineBuild

public abstract CertPathBuilderResult engineBuild(CertPathParameters params)
                                           throws CertPathBuilderException,
                                                  InvalidAlgorithmParameterException
Creates a certificate path from the specified parameters.

Parameters:
params - The parameters to use.
Returns:
The certificate path result.
Throws:
CertPathBuilderException - If the certificate path cannot be built.
InvalidAlgorithmParameterException - If the implementation rejects the specified parameters.