Uses of Interface
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord

Packages that use ICRLIssuingPointRecord
com.netscape.certsrv.apps   
com.netscape.certsrv.dbs.crldb   
com.netscape.certsrv.ocsp   
com.netscape.cms.ocsp   
 

Uses of ICRLIssuingPointRecord in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps that return ICRLIssuingPointRecord
static ICRLIssuingPointRecord CMS.createCRLIssuingPointRecord(java.lang.String id, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)
          Creates an issuing poing record.
 ICRLIssuingPointRecord ICMSEngine.createCRLIssuingPointRecord(java.lang.String id, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)
          Creates an issuing poing record.
 

Uses of ICRLIssuingPointRecord in com.netscape.certsrv.dbs.crldb
 

Methods in com.netscape.certsrv.dbs.crldb that return ICRLIssuingPointRecord
 ICRLIssuingPointRecord ICRLRepository.readCRLIssuingPointRecord(java.lang.String id)
          Reads issuing point record.
 

Methods in com.netscape.certsrv.dbs.crldb with parameters of type ICRLIssuingPointRecord
 void ICRLRepository.addCRLIssuingPointRecord(ICRLIssuingPointRecord rec)
          Adds CRL issuing point record.
 

Uses of ICRLIssuingPointRecord in com.netscape.certsrv.ocsp
 

Methods in com.netscape.certsrv.ocsp that return ICRLIssuingPointRecord
 ICRLIssuingPointRecord IDefStore.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.
 ICRLIssuingPointRecord IDefStore.readCRLIssuingPoint(java.lang.String name)
          This method attempts to read the CRL issuing point.
 

Methods in com.netscape.certsrv.ocsp with parameters of type ICRLIssuingPointRecord
 void IDefStore.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
 ICRLIssuingPointRecord DefStore.createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)
           
 ICRLIssuingPointRecord LDAPStore.createCRLIssuingPointRecord(java.lang.String name, java.math.BigInteger crlNumber, java.lang.Long crlSize, java.util.Date thisUpdate, java.util.Date nextUpdate)
           
 ICRLIssuingPointRecord DefStore.readCRLIssuingPoint(java.lang.String name)
          Returns an issuing point.
 ICRLIssuingPointRecord LDAPStore.readCRLIssuingPoint(java.lang.String name)
           
 

Methods in com.netscape.cms.ocsp with parameters of type ICRLIssuingPointRecord
 void DefStore.addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)
          Creates a new issuing point in OCSP.
 void LDAPStore.addCRLIssuingPoint(java.lang.String name, ICRLIssuingPointRecord rec)