gnu.crypto.pki.provider
Class PKIXCertPathValidator
java.lang.Object
java.security.cert.CertPathValidatorSpi
gnu.crypto.pki.provider.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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANY_POLICY
public static final String ANY_POLICY
- See Also:
- Constant Field Values
PKIXCertPathValidator
public PKIXCertPathValidator()
engineValidate
public CertPathValidatorResult engineValidate(CertPath path,
CertPathParameters params)
throws CertPathValidatorException,
InvalidAlgorithmParameterException
- Throws:
CertPathValidatorException
InvalidAlgorithmParameterException
Copyright © 2001, 2002, 2003
Free Software Foundation,
Inc. All Rights Reserved.