The {@code CertPath} specified must be of a type that issupported by the validation algorithm, otherwise an {@code InvalidAlgorithmParameterException} will be thrown. Forexample, a {@code CertPathValidator} that implements the PKIXalgorithm validates {@code CertPath} objects of type X.509. @param certPath the {@code CertPath} to be validated @param params the algorithm parameters @return the result of the validation algorithm @exception CertPathValidatorException if the {@code CertPath}does not validate @exception InvalidAlgorithmParameterException if the specifiedparameters or the type of the specified {@code CertPath} areinappropriate for this {@code CertPathValidator}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|