gnu.crypto.pki.provider

Class PKIXCertPathValidator


public class PKIXCertPathValidator
extends CertPathValidatorSpi

An implementation of the Public Key Infrastructure's X.509 certificate path validation algorithm.

See RFC 3280: Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile.

Author:
Casey Marshall (rsdio@metastatic.org)

Field Summary

static String
ANY_POLICY

Constructor Summary

PKIXCertPathValidator()

Method Summary

CertPathValidatorResult
engineValidate(CertPath path, CertPathParameters params)

Field Details

ANY_POLICY

public static final String ANY_POLICY

Constructor Details

PKIXCertPathValidator

public PKIXCertPathValidator()

Method Details

engineValidate

public CertPathValidatorResult engineValidate(CertPath path,
                                              CertPathParameters params)
            throws CertPathValidatorException,
                   InvalidAlgorithmParameterException

Copyright © 2001, 2002, 2003 Free Software Foundation, Inc. All Rights Reserved.