Uses of Class
com.netscape.cmscore.dbs.CertRecord
Packages that use CertRecord
-
Uses of CertRecord in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return CertRecordModifier and TypeMethodDescriptionprotected CertRecord
CMSServlet.getCertRecord
(BigInteger serialNo) handy routine for getting a cert record given a serial number. -
Uses of CertRecord in com.netscape.cmscore.dbs
Methods in com.netscape.cmscore.dbs that return CertRecordModifier and TypeMethodDescriptionCertificateRepository.createCertRecord
(RequestId requestID, String profileIDMapping, org.mozilla.jss.netscape.security.x509.X509CertImpl cert) CertRecordList.getCertRecord
(int index) Gets one single record at a time similar to processCertRecords but no extra class needed.CertificateRepository.readCertificateRecord
(BigInteger serialNo) Reads certificate from repository.Methods in com.netscape.cmscore.dbs that return types with arguments of type CertRecordModifier and TypeMethodDescriptionCertificateRepository.findCertRecords
(String filter) Finds a list of certificate records that satisifies the filter.CertificateRepository.getAllExpiredCertificates()
Retrives all expired certificates.CertificateRepository.getAllExpiredPublishedCertificates()
Retrives all expired publishedcertificates.CertificateRepository.getAllRevokedCertificates()
Retrieves all revoked certificates including ones that have expired or that are not yet valid.CertificateRepository.getAllRevokedNonExpiredCertificates()
Retrieves all revoked but not expired certificates.CertificateRepository.getAllRevokedPublishedCertificates()
Retrives all revoked published certificates including ones already expired or not yet valid.CertificateRepository.getAllValidCertificates()
Retrives all valid certificates excluding ones already revoked.CertificateRepository.getAllValidNotPublishedCertificates()
Retrives all valid not published certificates excluding ones already revoked.CertRecordList.getCertRecords
(int startidx, int endidx) Retrieves requests.CertificateRepository.getExpiredCertificates
(String from, String to) Retrieves expired certificates.CertificateRepository.getExpiredPublishedCertificates
(String from, String to) Retrieves expired and published certificates.CertificateRepository.getRevokedCertificates
(String from, String to) Retrieves revoked certificates.CertificateRepository.getRevokedCertificates
(Date asOfDate) Retrieves all revoked certificates that have not expired.CertificateRepository.getRevokedPublishedCertificates
(String from, String to) Retrieves revoked and published certificates.CertificateRepository.getValidCertificates
(String from, String to) Retrieves valid certificates.CertificateRepository.getValidNotPublishedCertificates
(String from, String to) Retrieves valid and not published certificates.CertificateRepository.searchCertificates
(String filter, int maxSize, int timeLimit) Finds a list of certificate records that satisifies the filter.CertificateRepository.searchCertificates
(String filter, int maxSize, int timeLimit, String sortAttribute) Finds a list of certificate records that satisifies the filter.Methods in com.netscape.cmscore.dbs with parameters of type CertRecordModifier and TypeMethodDescriptionvoid
CertificateRepository.addCertificateRecord
(CertRecord record) Adds a certificate record to the repository.void
CertificateRepository.addRevokedCertRecord
(CertRecord record) Used by the Clone Master (CLA) to add a revoked certificate record to the repository.void
CertificateRepository.markCertificateAsNotRenewable
(CertRecord record) Marks certificate as not renewable.void
CertificateRepository.markCertificateAsRenewable
(CertRecord record) Marks certificate as renewable.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type CertRecordModifierConstructorDescriptionCertRecordList
(IDBVirtualList<CertRecord> vlist) Constructs a request list.