public abstract class CertPathValidatorSpi extends Object
CertPathValidator
class. Providers implementing certificate path
validators must subclass this class and implement its abstract
methods.Constructor and Description |
---|
CertPathValidatorSpi()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
abstract CertPathValidatorResult |
engineValidate(CertPath certPath,
CertPathParameters params)
Attempt to validate a certificate path.
|
public CertPathValidatorSpi()
public abstract CertPathValidatorResult engineValidate(CertPath certPath, CertPathParameters params) throws CertPathValidatorException, InvalidAlgorithmParameterException
certPath
- The path to validate.params
- The algorithm-specific parameters.CertPathValidatorException
- If the certificate path cannot
be validated.InvalidAlgorithmParameterException
- If this implementation
rejects the specified parameters.