Uses of Interface
com.netscape.certsrv.ocsp.IOCSPStore
-
Packages that use IOCSPStore Package Description com.netscape.certsrv.ocsp com.netscape.cms.ocsp -
-
Uses of IOCSPStore in com.netscape.certsrv.ocsp
Subinterfaces of IOCSPStore in com.netscape.certsrv.ocsp Modifier and Type Interface Description 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 Modifier and Type Method Description 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 Modifier and Type Class Description 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.
-