Validates an attribute certificate with the given certificate path.
params must be an instance of
ExtendedPKIXParameters .
The target constraints in the params must be an
X509AttributeCertStoreSelector with at least the attribute
certificate criterion set. Obey that also target informations may be
necessary to correctly validate this attribute certificate.
The attribute certificate issuer must be added to the trusted attribute
issuers with
ExtendedPKIXParameters.setTrustedACIssuers(Set) .
Parameters: certPath - The certificate path which belongs to the attributecertificate issuer public key certificate. Parameters: params - The PKIX parameters. A PKIXCertPathValidatorResult of the result ofvalidating the certPath . throws: InvalidAlgorithmParameterException - if params isinappropriate for this validator. throws: CertPathValidatorException - if the verification fails. |