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

Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560.

See:
          Description

Class Summary
OCSPCachingClient OCSP client which adds a cache layer on top of OCSPClientImpl.
OCSPClientImpl OCSP client is responsible for the network related activity of the OCSP invocation pipeline.
OCSPResponseStructure Holds OCSP response (parsed) and some additional metadata, e.g.
OCSPResult  
OCSPRevocationChecker Implementation of RevocationChecker using CRLs, the OCSPVerifier
OCSPVerifier OCSP checker - uses provided OCSPParametes to perform OCSP calls using OCSPCachingClient and returns the final response.
 

Enum Summary
OCSPResult.Status  
 

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

Contains implementation of On-line Certificate Status Protocol (OCSP), RFC 2560. This implementation is used by validators during 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.