public class PKIXCertPathValidatorSpi extends CertPathValidatorSpi
Constructor and Description |
---|
PKIXCertPathValidatorSpi() |
PKIXCertPathValidatorSpi(boolean isForCRLCheck) |
Modifier and Type | Method and Description |
---|---|
CertPathValidatorResult |
engineValidate(CertPath certPath,
CertPathParameters params) |
engineGetRevocationChecker
public PKIXCertPathValidatorSpi()
public PKIXCertPathValidatorSpi(boolean isForCRLCheck)
public CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) throws CertPathValidatorException, InvalidAlgorithmParameterException
engineValidate
in class CertPathValidatorSpi
CertPathValidatorException
InvalidAlgorithmParameterException
Copyright © 2021 BouncyCastle.org. All rights reserved.