Uses of Interface
com.netscape.certsrv.dbs.keydb.IKeyRecordList
-
Packages that use IKeyRecordList Package Description com.netscape.certsrv.dbs.keydb -
-
Uses of IKeyRecordList in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return IKeyRecordList Modifier and Type Method Description IKeyRecordList
IKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
Searchs for a list of key records.IKeyRecordList
IKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
Searchs for a list of key records.
-