Package com.netscape.certsrv.dbs.keydb
Interface IKeyRecordList
- All Known Implementing Classes:
KeyRecordList
public interface IKeyRecordList
A class represents a list of key records.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptiongetKeyRecords
(int startidx, int endidx) Retrieves key records.int
getSize()
Retrieves the size of key list.
-
Method Details
-
getSize
int getSize()Retrieves the size of key list.- Returns:
- size of key list
-
getKeyRecords
Retrieves key records.- Parameters:
startidx
- start indexendidx
- end index- Returns:
- key records
- Throws:
EBaseException
- failed to retrieve key records
-