Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertRecord
-
Packages that use ICertRecord Package Description com.netscape.certsrv.dbs.certdb com.netscape.cms.ocsp com.netscape.cms.servlet.base com.netscape.cms.servlet.cert com.netscape.cmscore.dbs -
-
Uses of ICertRecord in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return ICertRecord Modifier and Type Method Description ICertRecordICertRecordList. getCertRecord(int index)Gets one single record at a time similar to processCertRecords but no extra class needed.Methods in com.netscape.certsrv.dbs.certdb that return types with arguments of type ICertRecord Modifier and Type Method Description java.util.Enumeration<ICertRecord>ICertRecordList. getCertRecords(int startidx, int endidx)Retrieves requests. -
Uses of ICertRecord in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return ICertRecord Modifier and Type Method Description ICertRecordDefStore. readCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno)Methods in com.netscape.cms.ocsp that return types with arguments of type ICertRecord Modifier and Type Method Description java.util.Enumeration<ICertRecord>DefStore. searchCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String filter)Methods in com.netscape.cms.ocsp with parameters of type ICertRecord Modifier and Type Method Description voidDefStore. addCertRecord(java.lang.String name, java.lang.String thisUpdate, java.lang.String sno, ICertRecord rec)Creates a new issuing point in OCSP. -
Uses of ICertRecord in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base that return ICertRecord Modifier and Type Method Description protected ICertRecordCMSServlet. getCertRecord(java.math.BigInteger serialNo)handy routine for getting a cert record given a serial number. -
Uses of ICertRecord in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type ICertRecord Modifier and Type Method Description protected java.math.BigIntegerRenewalServlet. getRenewedCert(ICertRecord certRec) -
Uses of ICertRecord in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement ICertRecord Modifier and Type Class Description classCertRecordA class represents a serializable certificate record.Methods in com.netscape.cmscore.dbs that return ICertRecord Modifier and Type Method Description ICertRecordCertificateRepository. createCertRecord(java.math.BigInteger id, java.security.cert.Certificate cert, MetaInfo meta)Creates certificate record.ICertRecordCertRecordList. getCertRecord(int index)ICertRecordCertificateRepository. readCertificateRecord(java.math.BigInteger serialNo)Reads certificate from repository.Methods in com.netscape.cmscore.dbs that return types with arguments of type ICertRecord Modifier and Type Method Description java.util.Enumeration<ICertRecord>CertificateRepository. findCertRecords(java.lang.String filter)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<ICertRecord>CertificateRepository. getAllExpiredCertificates()Retrives all expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllExpiredPublishedCertificates()Retrives all expired publishedcertificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedCertificates()Retrieves all revoked certificates including ones that have expired or that are not yet valid.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedNonExpiredCertificates()Retrieves all revoked but not expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getAllRevokedPublishedCertificates()Retrives all revoked published certificates including ones already expired or not yet valid.java.util.Enumeration<ICertRecord>CertificateRepository. getAllValidCertificates()Retrives all valid certificates excluding ones already revoked.java.util.Enumeration<ICertRecord>CertificateRepository. getAllValidNotPublishedCertificates()Retrives all valid not published certificates excluding ones already revoked.java.util.Enumeration<ICertRecord>CertRecordList. getCertRecords(int startidx, int endidx)Retrieves requests.java.util.Enumeration<ICertRecord>CertificateRepository. getExpiredCertificates(java.lang.String from, java.lang.String to)Retrieves expired certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getExpiredPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves expired and published certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedCertificates(java.util.Date asOfDate)Retrieves all revoked certificates that have not expired.java.util.Enumeration<ICertRecord>CertificateRepository. getRevokedPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked and published certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getValidCertificates(java.lang.String from, java.lang.String to)Retrieves valid certificates.java.util.Enumeration<ICertRecord>CertificateRepository. getValidNotPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves valid and not published certificates.java.util.Enumeration<ICertRecord>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<ICertRecord>CertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit, java.lang.String sortAttribute)Finds a list of certificate records that satisifies the filter.Methods in com.netscape.cmscore.dbs with parameters of type ICertRecord Modifier and Type Method Description voidCertificateRepository. addCertificateRecord(ICertRecord record)Adds a certificate record to the repository.voidCertificateRepository. markCertificateAsNotRenewable(ICertRecord record)Marks certificate as not renewable.voidCertificateRepository. markCertificateAsRenewable(ICertRecord record)Marks certificate as renewable.Constructor parameters in com.netscape.cmscore.dbs with type arguments of type ICertRecord Constructor Description CertRecordList(IDBVirtualList<ICertRecord> vlist)Constructs a request list.
-