public class PKIXCertPathValidatorSpi extends CertPathValidatorSpi
| Constructor and Description |
|---|
PKIXCertPathValidatorSpi() |
| Modifier and Type | Method and Description |
|---|---|
CertPathValidatorResult |
engineValidate(CertPath certPath,
CertPathParameters params)
Validates the
CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters. |
public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) throws CertPathValidatorException, InvalidAlgorithmParameterException
CertPathValidatorSpiCertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.engineValidate in class CertPathValidatorSpicertPath - the certification path to be validated.params - the certification path validator algorithm parameters.CertPathValidatorException - if the validation fails, or the algorithm of the specified
certification path cannot be validated using the algorithm of
this instance.InvalidAlgorithmParameterException - if the specified algorithm parameters cannot be used with
this algorithm.