For the latest news and information visit
The GNU Crypto project

gnu.crypto.pki.provider
Class PKIXCertPathValidator

java.lang.Object
  extended byjava.security.cert.CertPathValidatorSpi
      extended bygnu.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)

Field Summary
static String ANY_POLICY
           
 
Constructor Summary
PKIXCertPathValidator()
           
 
Method Summary
 CertPathValidatorResult engineValidate(CertPath path, CertPathParameters params)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ANY_POLICY

public static final String ANY_POLICY
See Also:
Constant Field Values
Constructor Detail

PKIXCertPathValidator

public PKIXCertPathValidator()
Method Detail

engineValidate

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

For the latest news and information visit
The GNU Crypto project

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