public interface ICertRecordList
| Modifier and Type | Method and Description |
|---|---|
ICertRecord |
getCertRecord(int index)
Gets one single record at a time similar to
processCertRecords but no extra class needed.
|
java.util.Enumeration<ICertRecord> |
getCertRecords(int startidx,
int endidx)
Retrieves requests.
|
int |
getCurrentIndex()
Gets the current index.
|
int |
getSize()
Retrieves the size of request list.
|
int |
getSizeAfterJumpTo()
Gets size after jump to index.
|
int |
getSizeBeforeJumpTo()
Gets size before jump to index.
|
void |
processCertRecords(int startidx,
int endidx,
IElementProcessor ep)
Process certificate record as soon as it is returned.
|
int getCurrentIndex()
int getSize()
int getSizeBeforeJumpTo()
int getSizeAfterJumpTo()
void processCertRecords(int startidx,
int endidx,
IElementProcessor ep)
throws EBaseException
startidx - starting indexendidx - ending indexep - element processorEBaseException - failed to process cert recordsjava.util.Enumeration<ICertRecord> getCertRecords(int startidx, int endidx) throws EBaseException
startidx - starting indexendidx - ending indexEBaseException - failed to retrieveICertRecord getCertRecord(int index) throws EBaseException
index - position of the record to be retrievedEBaseException - failed to retrieve