| java.lang.Object | |
| ↳ | java.security.cert.CertPathValidatorSpi |
The Service Provider Interface (SPI) for the CertPathValidator class to be implemented by security providers.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new
CertPathValidatorSpi instance.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Validates the
CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Validates the CertPath with the algorithm of this CertPathValidator using the specified algorithm parameters.
| certPath | 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. |