Uses of Interface
com.netscape.certsrv.dbs.crldb.ICRLIssuingPointRecord
-
Packages that use ICRLIssuingPointRecord Package Description 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 Modifier and Type Method Description 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 Modifier and Type Method Description ICRLIssuingPointRecord
ICRLRepository. readCRLIssuingPointRecord(java.lang.String id)
Reads issuing point record.Methods in com.netscape.certsrv.dbs.crldb with parameters of type ICRLIssuingPointRecord Modifier and Type Method Description 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 Modifier and Type Method Description 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 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 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 Modifier and Type Method Description 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 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 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)
-