Package eu.emi.security.authn.x509.helpers.pkipath

Helper classes for internal, low level, logic of certificate path validation.

See:
          Description

Class Summary
AbstractValidator Base implementation of X509CertChainValidator.
BCCertPathValidator Low-level certificate validator based on the BC PKIXCertPathReviewer with additional support for proxy certificates.
BCErrorMapper Maps PKIXCertPathReviewer errors to ValidationError.
ExtPKIXParameters Extended PKIX parameters with additional settings related to the library features different CRL modes and proxy support.
NonValidatingCertPathBuilder This class is a modified copy of BC's PKIXCertPathBuilderSpi.
PKIXProxyCertificateChecker Checker which handles proxy certificate extensions so BC won't report them as unknown.
PlainCRLValidator An abstract validator which provides a CRL support common for validators using PlainCRLStoreSpi.
PlainStoreUtils Class for CA or CRL stores with utility methods for handling list of locations as wildcards or URLs.
 

Exception Summary
SimpleValidationErrorException Contains one problem code with optional arguments.
ValidationErrorException Wraps a list of ValidationError
 

Package eu.emi.security.authn.x509.helpers.pkipath Description

Helper classes for internal, low level, logic of certificate path validation.

Warning: this package contains internal implementation of the library. It is not guaranteed that API of the classes from this package will not change in future releases.



Copyright © 2012-2013 European Middleware Initiative. All Rights Reserved.