Uses of Class
com.netscape.cmscore.dbs.CertRecordList
Packages that use CertRecordList
-
Uses of CertRecordList in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return CertRecordListModifier and TypeMethodDescriptionCertificateRepository.findCertRecordsInList
(String filter, String[] attrs, int pageSize) Finds certificate records.CertificateRepository.findCertRecordsInList
(String filter, String[] attrs, String jumpTo, boolean hardJumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInList
(String filter, String[] attrs, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInList
(String filter, String[] attrs, String jumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.findCertRecordsInListRawJumpto
(String filter, String[] attrs, String jumpTo, String sortKey, int pageSize) Finds a list of certificate records that satisifies the filter.CertificateRepository.getInvalidCertsByNotBeforeDate
(Date date, int pageSize) Gets Invalid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.CertificateRepository.getRevokedCertsByNotAfterDate
(Date date, int pageSize) Gets Revoked certs orderes by noAfter date, jumps to records where notAfter date is greater than current.CertificateRepository.getValidCertsByNotAfterDate
(Date date, int pageSize) Gets valid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.