public class PKIXCertPathBuilderSpi extends CertPathBuilderSpi
CertPathBuilderSpi| Constructor and Description |
|---|
PKIXCertPathBuilderSpi() |
| Modifier and Type | Method and Description |
|---|---|
protected CertPathBuilderResult |
build(X509Certificate tbvCert,
PKIXExtendedBuilderParameters pkixParams,
List tbvPath) |
CertPathBuilderResult |
engineBuild(CertPathParameters params)
Build and validate a CertPath using the given parameter.
|
public CertPathBuilderResult engineBuild(CertPathParameters params) throws CertPathBuilderException, InvalidAlgorithmParameterException
engineBuild in class CertPathBuilderSpiparams - PKIXBuilderParameters object containing all information to
build the CertPathCertPathBuilderException - if the build fails.InvalidAlgorithmParameterException - if the specified parameters cannot be used to build the path
with this builder.protected CertPathBuilderResult build(X509Certificate tbvCert, PKIXExtendedBuilderParameters pkixParams, List tbvPath)