Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertRecordList

Packages that use ICertRecordList
com.netscape.certsrv.dbs.certdb   
 

Uses of ICertRecordList in com.netscape.certsrv.dbs.certdb
 

Methods in com.netscape.certsrv.dbs.certdb that return ICertRecordList
 ICertRecordList ICertificateRepository.findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
          Finds a list of certificate records that satisifies the filter.
 ICertRecordList ICertificateRepository.findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)
           
 ICertRecordList ICertificateRepository.findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
          Finds a list of certificate records that satisifies the filter.
 ICertRecordList ICertificateRepository.findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
          Finds a list of certificate records that satisifies the filter.
 ICertRecordList ICertificateRepository.findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
          Finds a list of certificate records that satisifies the filter.
 ICertRecordList ICertificateRepository.getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)
          Gets Invalid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.
 ICertRecordList ICertificateRepository.getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)
          Gets Revoked certs orderes by noAfter date, jumps to records where notAfter date is greater than current.
 ICertRecordList ICertificateRepository.getValidCertsByNotAfterDate(java.util.Date date, int pageSize)
          Gets valid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.