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 interfaceIDefStoreThis 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 IOCSPStoreIOCSPAuthority. 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 classDefStoreThis is the default OCSP store that stores revocation information as certificate record (CMS internal data structure).classLDAPStoreThis is the LDAP OCSP store.
-