Uses of Interface
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
-
Packages that use ICRLIssuingPointRecord Package Description com.netscape.certsrv.ocsp com.netscape.cms.ocsp com.netscape.cmscore.dbs -
-
Uses of ICRLIssuingPointRecord in com.netscape.certsrv.ocsp
Methods in com.netscape.certsrv.ocsp that return ICRLIssuingPointRecord Modifier and Type Method Description ICRLIssuingPointRecordIDefStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)This method creates a CRL issuing point record.ICRLIssuingPointRecordIDefStore. readCRLIssuingPoint(java.lang.String name)This method attempts to read the CRL issuing point.Methods in com.netscape.certsrv.ocsp that return types with arguments of type ICRLIssuingPointRecord Modifier and Type Method Description java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchAllCRLIssuingPointRecord(int maxSize)This method searches all CRL issuing points.java.util.Enumeration<ICRLIssuingPointRecord>IDefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)This method searches all CRL issuing points constrained by the specified filtering mechanism.Methods in com.netscape.certsrv.ocsp with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description voidIDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)This method adds a CRL issuing point -
Uses of ICRLIssuingPointRecord in com.netscape.cms.ocsp
Methods in com.netscape.cms.ocsp that return ICRLIssuingPointRecord Modifier and Type Method Description ICRLIssuingPointRecordDefStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)ICRLIssuingPointRecordLDAPStore. createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)ICRLIssuingPointRecordDefStore. readCRLIssuingPoint(java.lang.String name)Returns an issuing point.ICRLIssuingPointRecordLDAPStore. readCRLIssuingPoint(java.lang.String name)Methods in com.netscape.cms.ocsp that return types with arguments of type ICRLIssuingPointRecord Modifier and Type Method Description java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchAllCRLIssuingPointRecord(int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>DefStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)java.util.Enumeration<ICRLIssuingPointRecord>LDAPStore. searchCRLIssuingPointRecord(java.lang.String filter, int maxSize)Methods in com.netscape.cms.ocsp with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description voidDefStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)Creates a new issuing point in OCSP.voidLDAPStore. addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec) -
Uses of ICRLIssuingPointRecord in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement ICRLIssuingPointRecord Modifier and Type Class Description classCRLIssuingPointRecordA class represents a CRL issuing point record.
-