|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOCSPStore
This class represents the generic interface for an Online Certificate Status Protocol (OCSP) store. Users can plugin different OCSP stores by extending this class. For example, imagine that if a user wants to use the corporate LDAP server for revocation checking, then the user would merely create a new class that extends this class (e. g. - "public interface ICorporateLDAPStore extends IOCSPStore").
Method Summary | |
---|---|
NameValuePairs |
getConfigParameters()
This method retrieves the configuration parameters associated with this OCSP store. |
void |
setConfigParameters(NameValuePairs pairs)
This method stores the configuration parameters specified by the passed-in Name Value pairs object. |
com.netscape.cmsutil.ocsp.OCSPResponse |
validate(com.netscape.cmsutil.ocsp.OCSPRequest req)
This method validates the information associated with the specified OCSP request and returns an OCSP response. |
Methods inherited from interface com.netscape.certsrv.base.ISubsystem |
---|
getConfigStore, getId, init, setId, shutdown, startup |
Method Detail |
---|
com.netscape.cmsutil.ocsp.OCSPResponse validate(com.netscape.cmsutil.ocsp.OCSPRequest req) throws EBaseException
req
- an OCSP request
EBaseException
- an error associated with the inability to
process the supplied OCSP requestNameValuePairs getConfigParameters()
void setConfigParameters(NameValuePairs pairs) throws EBaseException
pairs
- a name-value pair object
EBaseException
- an illegal name-value pair
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |