org.bouncycastle.jce.provider

Class PKIXAttrCertPathValidatorSpi


public class PKIXAttrCertPathValidatorSpi
extends CertPathValidatorSpi

CertPathValidatorSpi implementation for X.509 Attribute Certificates la RFC 3281.
See Also:
ExtendedPKIXParameters

Method Summary

CertPathValidatorResult
engineValidate(CertPath certPath, CertPathParameters params)
Validates an attribute certificate with the given certificate path.

Method Details

engineValidate

public CertPathValidatorResult engineValidate(CertPath certPath,
                                              CertPathParameters params)
            throws CertPathValidatorException,
                   InvalidAlgorithmParameterException
Parameters:
certPath - The certificate path which belongs to the attribute certificate issuer public key certificate.
params - The PKIX parameters.
Returns:
A PKIXCertPathValidatorResult of the result of validating the certPath.