| Package | Description |
|---|---|
| com.netscape.certsrv.dbs.certdb | |
| com.netscape.cms.ocsp | |
| com.netscape.cms.servlet.base | |
| com.netscape.cms.servlet.cert |
| Modifier and Type | Method and Description |
|---|---|
ICertRecord |
ICertRecordList.getCertRecord(int index)
Gets one single record at a time similar to
processCertRecords but no extra class needed.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<ICertRecord> |
ICertRecordList.getCertRecords(int startidx,
int endidx)
Retrieves requests.
|
| Modifier and Type | Method and Description |
|---|---|
ICertRecord |
DefStore.readCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String sno) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Enumeration<ICertRecord> |
DefStore.searchCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String filter) |
| Modifier and Type | Method and Description |
|---|---|
void |
DefStore.addCertRecord(java.lang.String name,
java.lang.String thisUpdate,
java.lang.String sno,
ICertRecord rec)
Creates a new issuing point in OCSP.
|
| Modifier and Type | Method and Description |
|---|---|
protected ICertRecord |
CMSServlet.getCertRecord(java.math.BigInteger serialNo)
handy routine for getting a cert record given a serial number.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.math.BigInteger |
RenewalServlet.getRenewedCert(ICertRecord certRec) |