Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertRecord
-
-
Uses of ICertRecord in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return ICertRecord Modifier and Type Method Description ICertRecordICertificateRepository. createCertRecord(java.math.BigInteger id, java.security.cert.Certificate cert, MetaInfo meta)Creates certificate record.ICertRecordICertRecordList. getCertRecord(int index)Gets one single record at a time similar to processCertRecords but no extra class needed.ICertRecordICertificateRepository. readCertificateRecord(java.math.BigInteger serialNo)Reads certificate from repository.Methods in com.netscape.certsrv.dbs.certdb that return types with arguments of type ICertRecord Modifier and Type Method Description java.util.Enumeration<ICertRecord>ICertificateRepository. findCertRecords(java.lang.String filter)Finds all certificate records given a filter.java.util.Enumeration<ICertRecord>ICertificateRepository. getAllRevokedCertificates()Retrieves all revoked certificates including ones that have expired or that are not yet valid.java.util.Enumeration<ICertRecord>ICertificateRepository. getAllRevokedNonExpiredCertificates()Retrieves all revoked but not expired certificates.java.util.Enumeration<ICertRecord>ICertRecordList. getCertRecords(int startidx, int endidx)Retrieves requests.java.util.Enumeration<ICertRecord>ICertificateRepository. getExpiredCertificates(java.lang.String from, java.lang.String to)Retrieves expired certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. getExpiredPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves expired and published certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. getRevokedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. getRevokedCertificates(java.util.Date asOfDate)Retrieves all the revoked certificates that have not expired.java.util.Enumeration<ICertRecord>ICertificateRepository. getRevokedPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves revoked and published certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. getValidCertificates(java.lang.String from, java.lang.String to)Retrieves valid certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. getValidNotPublishedCertificates(java.lang.String from, java.lang.String to)Retrieves valid and not published certificates.java.util.Enumeration<ICertRecord>ICertificateRepository. searchCertificates(java.lang.String filter, int maxSize, int timeLimit)Finds a list of certificate records that satisifies the filter.java.util.Enumeration<ICertRecord>ICertificateRepository. 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.certsrv.dbs.certdb with parameters of type ICertRecord Modifier and Type Method Description voidICertificateRepository. addCertificateRecord(ICertRecord record)Adds a certificate record to the repository.voidICertificateRepository. markCertificateAsNotRenewable(ICertRecord record)Marks certificate as not renewable.voidICertificateRepository. markCertificateAsRenewable(ICertRecord record)Marks certificate as renewable. -
Uses of ICertRecord in com.netscape.cms.jobs
Methods in com.netscape.cms.jobs with parameters of type ICertRecord Modifier and Type Method Description protected voidRenewalNotificationJob. mailUser(java.lang.String subject, java.lang.String msg, java.lang.String sender, IRequest req, ICertRecord cr) -
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 that return ICertRecord Modifier and Type Method Description ICertRecordRevocationProcessor. getCertificateRecord(CertId id)ICertRecordRevocationProcessor. getCertificateRecord(java.math.BigInteger serialNumber)ICertRecord[]RevocationProcessor. getCertificateRecords(java.math.BigInteger[] serialNumbers)Methods in com.netscape.cms.servlet.cert with parameters of type ICertRecord Modifier and Type Method Description X509CertImpl[]RevocationProcessor. getCertificates(ICertRecord[] records)protected java.math.BigIntegerRenewalServlet. getRenewedCert(ICertRecord certRec)voidRevocationProcessor. validateCertificateToRevoke(java.lang.String subjectDN, ICertRecord targetRecord, boolean revokingCACert) -
Uses of ICertRecord in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type ICertRecord Modifier and Type Method Description protected IRequestCAProcessor. getOriginalRequest(java.math.BigInteger certSerial, ICertRecord rec)
-