Uses of Interface
com.netscape.certsrv.ocsp.IOCSPStore

Packages that use IOCSPStore
com.netscape.certsrv.ocsp   
com.netscape.cms.ocsp   
 

Uses of IOCSPStore in com.netscape.certsrv.ocsp
 

Subinterfaces of IOCSPStore in com.netscape.certsrv.ocsp
 interface IDefStore
          This class defines an Online Certificate Status Protocol (OCSP) store which has been extended to provide information from the internal database.
 

Methods in com.netscape.certsrv.ocsp that return IOCSPStore
 IOCSPStore IOCSPAuthority.getOCSPStore(java.lang.String id)
          This method retrieves the OCSP store given its name.
 

Uses of IOCSPStore in com.netscape.cms.ocsp
 

Classes in com.netscape.cms.ocsp that implement IOCSPStore
 class DefStore
          This is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).
 class LDAPStore
          This is the LDAP OCSP store.