org.bouncycastle.jce.provider

Class PKIXCertPathBuilderSpi


public class PKIXCertPathBuilderSpi
extends CertPathBuilderSpi

Implements the PKIX CertPathBuilding algorithem for BouncyCastle.
MAYBE: implement more CertPath validation whil build path to omit invalid pathes
See Also:
CertPathBuilderSpi

Method Summary

CertPathBuilderResult
engineBuild(CertPathParameters params)
Build and validate a CertPath using the given parameter.

Method Details

engineBuild

public CertPathBuilderResult engineBuild(CertPathParameters params)
            throws CertPathBuilderException,
                   InvalidAlgorithmParameterException
Build and validate a CertPath using the given parameter.
Parameters:
params - PKIXBuilderParameters object containing all information to build the CertPath