FileDocCategorySizeDatePackage
CertPathBuilderSpi.javaAPI DocAndroid 1.5 API1904Wed May 06 22:41:06 BST 2009java.security.cert

CertPathBuilderSpi

public abstract class CertPathBuilderSpi extends Object
The Service Provider Interface (SPI) for the {@code CertPathBuilder} class to be implemented by security providers.
since
Android 1.0

Fields Summary
Constructors Summary
public CertPathBuilderSpi()
Creates a new {@code CertPathBuilderSpi} instance.

since
Android 1.0

    
Methods Summary
public abstract java.security.cert.CertPathBuilderResultengineBuild(java.security.cert.CertPathParameters params)
Builds a certification path with the specified algorithm parameters.

param
params the algorithm parameters.
return
a result of the build.
throws
CertPathBuilderException if the build fails.
throws
InvalidAlgorithmParameterException if the specified parameters cannot be used to build the path with this builder.
since
Android 1.0