Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertRecordList
-
Packages that use ICertRecordList Package Description com.netscape.certsrv.dbs.certdb com.netscape.cmscore.dbs -
-
Uses of ICertRecordList in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return ICertRecordList Modifier and Type Method Description 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. -
Uses of ICertRecordList in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement ICertRecordList Modifier and Type Class Description class
CertRecordList
A class represents a list of certificate records.Methods in com.netscape.cmscore.dbs that return ICertRecordList Modifier and Type Method Description ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
Finds certificate records.ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)
ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
ICertRecordList
CertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
ICertRecordList
CertificateRepository. findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
ICertRecordList
CertificateRepository. getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)
ICertRecordList
CertificateRepository. getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)
ICertRecordList
CertificateRepository. getValidCertsByNotAfterDate(java.util.Date date, int pageSize)
-