|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IOCSPService
This class represents the servlet that serves the Online Certificate Status Protocol (OCSP) requests.
Method Summary | |
---|---|
long |
getNumOCSPRequest()
Returns the in-memory count of the processed OCSP requests. |
long |
getOCSPRequestTotalTime()
Returns the in-memory time (in mini-second) of the processed time for OCSP requests. |
long |
getOCSPTotalData()
Returns the total data signed for OCSP requests. |
long |
getOCSPTotalLookupTime()
|
long |
getOCSPTotalSignTime()
Returns the in-memory time (in mini-second) of the signing time for OCSP requests. |
com.netscape.cmsutil.ocsp.OCSPResponse |
validate(com.netscape.cmsutil.ocsp.OCSPRequest r)
This method validates the information associated with the specified OCSP request and returns an OCSP response. |
Method Detail |
---|
com.netscape.cmsutil.ocsp.OCSPResponse validate(com.netscape.cmsutil.ocsp.OCSPRequest r) throws EBaseException
r
- an OCSP request
EBaseException
- an error associated with the inability to
process the supplied OCSP requestlong getNumOCSPRequest()
long getOCSPRequestTotalTime()
long getOCSPTotalSignTime()
long getOCSPTotalLookupTime()
long getOCSPTotalData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |