java.security.cert

Class CertPathBuilderSpi

public abstract class CertPathBuilderSpi extends Object

The {@link CertPathBuilder} Service Provider Interface (SPI).

See Also: CertPathBuilder

Constructor Summary
CertPathBuilderSpi()
Creates a new CertPathBuilderSpi.
Method Summary
abstract CertPathBuilderResultengineBuild(CertPathParameters params)
Creates a certificate path from the specified parameters.

Constructor Detail

CertPathBuilderSpi

public CertPathBuilderSpi()
Creates a new CertPathBuilderSpi.

Method Detail

engineBuild

public abstract CertPathBuilderResult engineBuild(CertPathParameters params)
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. java.security.InvalidAlgorithmParameterException If the implementation rejects the specified parameters.